module Sexpable: Sexpable
val failwithf : ('a, unit, string, unit -> 'b) Pervasives.format4 -> 'a
module type S =sig
..end
module type S1 =sig
..end
module type S2 =sig
..end
module type S3 =sig
..end
module Of_stringable(
M
:
Stringable.S
)
:sig
..end
module To_stringable(
M
:
S
)
:sig
..end