Module Intf

module Intf: sig .. end

Interfaces



module type EQ = sig .. end
module type ORD = sig .. end
module type HASH = sig .. end
module type PRINT = sig .. end