Module type Identifiable.S
module type S =sig..end
type t
module T:Identifiable.Thingwith type t = t
include Identifiable.Thing
module Set:Identifiable.Setwith module T := T
module Map:Identifiable.Mapwith module T := T
module Tbl:Identifiable.Tblwith module T := T
The present documentation is copyright Institut National de Recherche en Informatique et en Automatique (INRIA). A complete version can be obtained from this page.