package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Creating a new universe mints a new interned string type with a new intern table.

Within a given version (which determines things like preloaded strings), and assuming the same set of strings are interned in the same order, the integer values of interned strings are reliable, even across different executables.

Any application relying on this should thoroughly test their universe construction, as this module gives no help in making sure universes are populated consistently.

module V1 : sig ... end
OCaml

Innovation. Community. Security.