package core_extended

  1. Overview
  2. Docs
Extra components that are not as closely vetted or as stable as Core

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=17de5f7cf59818d757bb0625c55f0afc84509122645b7782fb522ac98c3be446

doc/src/core_extended.immediate/immediate.ml.html

Source file immediate.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(** Immediate versions of standard datatypes. *)

open Immediate_intf
include Immediate_kernel

module type Intern_table = Intern_table
module type String_no_option = String_no_option
module type String_option = String_option
module type String = Immediate_string_intf.S

(** There is no facility to un-intern an Interned_string.  They are remembered forever. *)
module Interned_string = Immediate_interned_string

module Short_string = Immediate_short_string
module String = Immediate_string
module Stringable = Immediate_stringable
module Identifiable = Immediate_identifiable
module Immediate_stable = Immediate_stable
OCaml

Innovation. Community. Security.