Up

Module Of_sexpable1 (Sexpable : S1) (M : sig .. end) : S1 with type 'a t := 'a M.t

Parameters

M : sig .. end

Signature

type 'a t
val t_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t