Module Sexpable

module Sexpable: sig .. end

val __pa_ounit_275876e34cf609db118f3d84b799a790 : string
module type S = 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 : sig
type t 
val to_sexpable : t -> S.t
val of_sexpable : S.t -> t
end) -> sig .. end
module Of_stringable: 
functor (M : Stringable.S) -> sig .. end
module To_stringable: 
functor (M : S) -> sig .. end