OpamStdGeneric stdlib functions (String, List, Option, Sys submodules...)
module type SET = sig ... endSets with extended interface and infix operators
module type MAP = sig ... endMaps with extended interface
module type ABSTRACT = sig ... endA signature for handling abstract keys and collections thereof
module AbstractString : ABSTRACT with type t = stringA basic implementation of ABSTRACT using strings
module type OrderedType = sig ... endmodule Set : sig ... endmodule Map : sig ... endmodule Option : sig ... endmodule List : sig ... endmodule String : sig ... endmodule Format : sig ... endmodule Exn : sig ... endmodule Env : sig ... endmodule Sys : sig ... endmodule Win32 : sig ... endmodule Op : sig ... endmodule Config : sig ... end