module Sexpable: Sexpable
Sexpable
module type S = sig .. end
sig
end
module type S1 = sig .. end
module type S2 = sig .. end
module type S3 = sig .. end
module Of_sexpable: functor (S : S) -> functor (M : sigtype t val to_sexpable : t -> S.tval of_sexpable : S.t -> tend) -> sig .. end
functor (
S
:
) ->
M
type t
val to_sexpable : t -> S.t
t -> S.t
val of_sexpable : S.t -> t
S.t -> t
module Of_stringable: functor (M : Stringable.S) -> sig .. end
Stringable.S
module To_stringable: functor (M : S) -> sig .. end