package fix

  1. Overview
  2. Docs

Module Fix.GlueSource

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