package core

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.1.tar.gz
md5=743a141234e04210e295980f7a78a6d9
sha512=61b415f4fb12c78d30649fff1aabe3a475eea926ce6edb7774031f4dc7f37ea51f5d9337ead6ec73cd93da5fd1ed0f2738c210c71ebc8fe9d7f6135a06bd176f

doc/core/Core/Perms/Export/index.html

Module Perms.ExportSource

Sourcetype read = Read.t
Sourceval bin_shape_read : Bin_prot.Shape.t
Sourceval bin_size_read : read Bin_prot.Size.sizer
Sourceval bin_write_read : read Bin_prot.Write.writer
Sourceval bin_read_read : read Bin_prot.Read.reader
Sourceval __bin_read_read__ : (Base.Int.t -> read) Bin_prot.Read.reader
Sourceval compare_read : read -> read -> Base.Int.t
Sourceval globalize_read : read -> read
Sourceval sexp_of_read : read -> Sexplib0.Sexp.t
Sourceval read_of_sexp : Sexplib0.Sexp.t -> read
Sourceval stable_witness_read : read Ppx_stable_witness_runtime.Stable_witness.t
Sourceval equal_read : read -> read -> Base.Bool.t
Sourcetype write = Write.t

We don't expose bin_io for write due to a naming conflict with the functions exported by bin_io for read_write. If you want bin_io for write, use Write.t.

Sourceval compare_write : write -> write -> Base.Int.t
Sourceval equal_write : write -> write -> Base.Bool.t
Sourceval globalize_write : write -> write
Sourceval sexp_of_write : write -> Sexplib0.Sexp.t
Sourceval write_of_sexp : Sexplib0.Sexp.t -> write
Sourceval stable_witness_write : write Ppx_stable_witness_runtime.Stable_witness.t
Sourcetype immutable = Immutable.t
Sourceval bin_shape_immutable : Bin_prot.Shape.t
Sourceval bin_size_immutable : immutable Bin_prot.Size.sizer
Sourceval bin_write_immutable : immutable Bin_prot.Write.writer
Sourceval bin_writer_immutable : immutable Bin_prot.Type_class.writer
Sourceval bin_read_immutable : immutable Bin_prot.Read.reader
Sourceval __bin_read_immutable__ : (Base.Int.t -> immutable) Bin_prot.Read.reader
Sourceval bin_reader_immutable : immutable Bin_prot.Type_class.reader
Sourceval compare_immutable : immutable -> immutable -> Base.Int.t
Sourceval equal_immutable : immutable -> immutable -> Base.Bool.t
Sourceval globalize_immutable : immutable -> immutable
Sourceval sexp_of_immutable : immutable -> Sexplib0.Sexp.t
Sourceval immutable_of_sexp : Sexplib0.Sexp.t -> immutable
Sourceval stable_witness_immutable : immutable Ppx_stable_witness_runtime.Stable_witness.t
Sourcetype read_write = Read_write.t
Sourceval bin_shape_read_write : Bin_prot.Shape.t
Sourceval bin_size_read_write : read_write Bin_prot.Size.sizer
Sourceval bin_write_read_write : read_write Bin_prot.Write.writer
Sourceval bin_writer_read_write : read_write Bin_prot.Type_class.writer
Sourceval bin_read_read_write : read_write Bin_prot.Read.reader
Sourceval __bin_read_read_write__ : (Base.Int.t -> read_write) Bin_prot.Read.reader
Sourceval bin_reader_read_write : read_write Bin_prot.Type_class.reader
Sourceval compare_read_write : read_write -> read_write -> Base.Int.t
Sourceval equal_read_write : read_write -> read_write -> Base.Bool.t
Sourceval globalize_read_write : read_write -> read_write
Sourceval sexp_of_read_write : read_write -> Sexplib0.Sexp.t
Sourceval read_write_of_sexp : Sexplib0.Sexp.t -> read_write
Sourceval stable_witness_read_write : read_write Ppx_stable_witness_runtime.Stable_witness.t
Sourcetype 'a perms = 'a Upper_bound.t
Sourceval bin_shape_perms : Bin_prot.Shape.t -> Bin_prot.Shape.t
Sourceval __bin_read_perms__ : 'a Bin_prot.Read.reader -> (Base.Int.t -> 'a perms) Bin_prot.Read.reader
Sourceval compare_perms : ('a -> 'a -> Base.Int.t) -> 'a perms -> 'a perms -> Base.Int.t
Sourceval equal_perms : ('a -> 'a -> Base.Bool.t) -> 'a perms -> 'a perms -> Base.Bool.t
Sourceval globalize_perms : ('a -> 'a) -> 'a perms -> 'a perms
Sourceval sexp_of_perms : ('a -> Sexplib0.Sexp.t) -> 'a perms -> Sexplib0.Sexp.t
Sourceval perms_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a perms
Sourceval stable_witness_perms : 'a Ppx_stable_witness_runtime.Stable_witness.t -> 'a perms Ppx_stable_witness_runtime.Stable_witness.t
OCaml

Innovation. Community. Security.