package core_extended

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

Source file immediate_stable.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include Immediate_kernel.Immediate_kernel_stable

module Interned_string = struct
  include Immediate_interned_string.Stable
  module Option = Immediate_interned_string.Option.Stable
end

module Short_string = struct
  include Immediate_short_string.Stable
  module Option = Immediate_short_string.Option.Stable
end

module String = struct
  include Immediate_string.Stable
  module Option = Immediate_string.Option.Stable
end
OCaml

Innovation. Community. Security.