module Sig: sig end
Signatures for graph implementations
|
module type G = sig end
module type P = sig end
module type I = sig end
module type IA = sig end
Signature for ordered and hashable types
|
module type ORDERED_TYPE = sig end
module type ORDERED_TYPE_DFT = sig end
module type HASHABLE = sig end
module type COMPARABLE = sig end