module Make_binable:functor (
T
:
sig
type
t
include Sexpable.S
include Binable.S
val compare :t -> t -> int
end
) ->
sig
..end
Parameters: |
|
include struct ... end
module Map:Core_map.Make_binable
(
T
)
module Set:Core_set.Make_binable
(
T
)