package core

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

Source file interfaces.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
(** Various interface exports. *)

open! Import

module type Applicative = Applicative.S
module type Binable = Binable0.S
module type Comparable = Comparable.S
module type Comparable_binable = Comparable.S_binable
module type Floatable = Floatable.S
module type Hashable = Hashable.S
module type Hashable_binable = Hashable.S_binable
module type Identifiable = Identifiable.S
module type Infix_comparators = Comparable.Infix
module type Intable = Intable.S
module type Monad = Monad.S
module type Quickcheckable = Quickcheckable.S
module type Robustly_comparable = Robustly_comparable.S
module type Sexpable = Sexpable.S
module type Stable = Stable_module_types.S0
module type Stable_int63able = Stable_int63able.S
module type Stable_without_comparator = Stable_module_types.S0_without_comparator
module type Stable1 = Stable_module_types.S1
module type Stable2 = Stable_module_types.S2
module type Stable3 = Stable_module_types.S3
module type Stable4 = Stable_module_types.S4
module type Stringable = Stringable.S
module type Unit = Unit.S

(* Versions of the stable module types that expose a stable_witness *)
module type Stable_with_witness = Stable_module_types.With_stable_witness.S0
module type Stable_int63able_with_witness = Stable_int63able.With_stable_witness.S

module type Stable_without_comparator_with_witness =
  Stable_module_types.With_stable_witness.S0_without_comparator

module type Stable1_with_witness = Stable_module_types.With_stable_witness.S1
module type Stable2_with_witness = Stable_module_types.With_stable_witness.S2
module type Stable3_with_witness = Stable_module_types.With_stable_witness.S3
module type Stable4_with_witness = Stable_module_types.With_stable_witness.S4
OCaml

Innovation. Community. Security.