Fmlib_std.InterfacesStandard Module Types
module type ANY = sig ... endInterface for a module which has a type t.
module type MAP = sig ... endInterface for a finite map i.e. a set of key value pairs.
module type MONAD = sig ... endInterface for a module with a monadic container.
module type SET = sig ... endInterface for a finite set.
module type SORTABLE = sig ... endInterface for a sortable type. A type is sortable, if it has a comparison function.
module type SOURCE = sig ... endInterface for a source of items i.e. a stream.
module type SINK = sig ... endInterface for a sink of items.