Up
Module
Identifiable
a signature for opaque identifier types.
Signature
module type
S
= sig .. end
module
Make
(
M
: sig .. end) :
S
with
type
t
:=
M.t
Used for making an Identifiable module.