staged.ml
1 2 3 4 5 6 open! Import type 'a t = 'a let stage = Fn.id let unstage = Fn.id
1 2 3 4 5 6
open! Import type 'a t = 'a let stage = Fn.id let unstage = Fn.id