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