package core_extended

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

Source file immediate_identifiable.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
open Core

module type S_not_binable = sig
  type t [@@deriving hash, sexp] [@@immediate]

  include Identifiable.S_not_binable with type t := t
  include Immediate_stringable.S with type t := t

  module Option : sig
    include Immediate_intf.String_option with type value := t

    val of_immediate_string_option : Immediate_string.Option.t -> t
    val to_immediate_string_option : t -> Immediate_string.Option.t
  end
end
OCaml

Innovation. Community. Security.