Make.Sexp
module M : Intf.Input.Sexp_intf
include Intf.Output.Basic_intf with type t = M.t with type 'a creator := 'a M.creator
type t = M.t
val create : t M.creator
include Allocation_functor.Intf.Partial.Sexp_intf with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t