orsetto.cf
Cf_rbtree.Set
An alternative to the Set module in the OCaml standard library.
Set
orsetto.cbor
orsetto.json
orsetto.ucs
module type Profile = sig ... end
The module type of functional sets.
module Create (E : Cf_relations.Order) : Profile with type element := E.t
A functor to create a Set module.