module Binable: sig .. end
sig
end
include Binable
val of_string : (module S with type t = 'a) -> string -> 'a
(module S with type t = 'a) -> string -> 'a
val to_string : (module S with type t = 'a) -> 'a -> string
(module S with type t = 'a) -> 'a -> string