module type S1 = sig .. end
sig
end
type 'a t
'a
val t_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a t
(Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t
('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t