Module BatInterfaces


module BatInterfaces: sig .. end
Common signatures for data structures.

module type Mappable = sig .. end
A signature for data structures which have a map : ('a -> 'b) -> ('a t -> 'b t) operation.
module type OrderedType = sig .. end