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