Module Batteries_uni.Interfaces


module Interfaces: BatInterfaces

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