Module Staged

module Staged: Staged

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