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_stringable: functor (M : Stringable.S) -> sig .. end
functor (
M
:
Stringable.S
) ->
module To_stringable: functor (M : S) -> sig .. end
S