module Staged: Staged
Staged
type +'a t
+'a
val stage : 'a -> 'a t
'a -> 'a t
val unstage : 'a t -> 'a
'a t -> 'a