Sigs.Make
module T : FUNCTOR
type 'a s = 'a T.t
type t
val inj : 'a s -> ('a, t) io
val prj : ('a, t) io -> 'a s