module Make_with_collections:
Generic comparable datatype builder: functions equal, compare and
hash must not be Datatype.undefined.
| Parameters: |
|
include Datatype.S
module Set:Datatype.Setwith type elt = t
module Map:Datatype.Mapwith type key = t
module Hashtbl:Datatype.Hashtblwith type key = t