package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
include sig ... end
val bin_t : 'a Core__.Import.Bin_prot.Type_class.t -> 'a t Core__.Import.Bin_prot.Type_class.t
val bin_read_t : 'a Core__.Import.Bin_prot.Read.reader -> 'a t Core__.Import.Bin_prot.Read.reader
val __bin_read_t__ : 'a Core__.Import.Bin_prot.Read.reader -> (int -> 'a t) Core__.Import.Bin_prot.Read.reader
val bin_reader_t : 'a Core__.Import.Bin_prot.Type_class.reader -> 'a t Core__.Import.Bin_prot.Type_class.reader
val bin_size_t : 'a Core__.Import.Bin_prot.Size.sizer -> 'a t Core__.Import.Bin_prot.Size.sizer
val bin_write_t : 'a Core__.Import.Bin_prot.Write.writer -> 'a t Core__.Import.Bin_prot.Write.writer
val bin_writer_t : 'a Core__.Import.Bin_prot.Type_class.writer -> 'a t Core__.Import.Bin_prot.Type_class.writer
val bin_shape_t : Core__.Import.Bin_prot.Shape.t -> Core__.Import.Bin_prot.Shape.t
val t_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t
val create : ('a Interval.bound_ * 'a Interval.bound_) list -> 'a t

create creates an interval set containing values between each pair of values. It is an error if the pairs overlap.

val create_from_intervals : 'a Interval.t list -> 'a t

create_from_intervals creates an interval set. Empty intervals are dropped. It is an error if the nonempty intervals are not disjoint.

val contains : 'a t -> 'a Interval.bound_ -> bool
val contains_set : container:'a t -> contained:'a t -> bool
val ubound_exn : 'a t -> 'a Interval.bound_

The largest and smallest element of the interval set, respectively. Raises Invalid_argument on empty sets.

val lbound_exn : 'a t -> 'a Interval.bound_
val ubound : 'a t -> 'a Interval.bound_ option
val lbound : 'a t -> 'a Interval.bound_ option
OCaml

Innovation. Community. Security.