Module Utils


module Utils: sig .. end
General utility functions.



type mw_version = {
   mw_major : int;
   mw_minor : int;
}
val user_agent : string

Identifiers

module Set: module type of BatPSet
module Map: module type of BatPMap