module Make: functor (T : Thing) -> S with type t := T.t
functor (
T
:
Thing
) ->
S
with type t := T.t
type t
module T: Identifiable.Thing with type t = t
Identifiable.Thing
with type t = t
include Identifiable.Thing
module Set: Identifiable.Set with module T := T
Identifiable.Set
with module T := T
module Map: Identifiable.Map with module T := T
Identifiable.Map
module Tbl: Identifiable.Tbl with module T := T
Identifiable.Tbl