package fix

  1. Overview
  2. Docs
module CHAR : sig ... end
module INT : sig ... end
module STRING : sig ... end
module TrivialOrderedType (T : sig ... end) : Map.OrderedType with type t = T.t
module TrivialHashedType (T : sig ... end) : Hashtbl.HashedType with type t = T.t
module InjectOrderedType (U : Map.OrderedType) (I : sig ... end) : Map.OrderedType with type t = I.t
module InjectHashedType (U : Hashtbl.HashedType) (I : sig ... end) : Hashtbl.HashedType with type t = I.t
module InjectMinimalImperativeMaps (M : sig ... end) (I : sig ... end) : sig ... end
module InjectImperativeMaps (M : sig ... end) (I : sig ... end) (J : sig ... end) : sig ... end
module PersistentMapsToImperativeMaps (M : sig ... end) : sig ... end
module ArraysAsImperativeMaps (K : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.