Module BatSplay

module BatSplay: sig .. end
Maps and sets based on splay trees

module Map: 
functor (Ord : BatInterfaces.OrderedType) -> sig .. end