package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Pervasives.OCamlStandard.Printexc.location = {
  1. filename : string;
  2. line_number : int;
  3. start_char : int;
  4. end_char : int;
}
include Concepts.Able.S0 with type t := t
module O : Concepts.Able.Operators.S0 with type t := t
include Concepts.Identifiable.S0 with type t := t and module O := O
include Traits.Equatable.S0 with type t := t with module O := O
include Traits.Equatable.Basic.S0 with type t := t
val equal : t -> t -> bool
val different : t -> t -> bool
include Traits.Representable.S0 with type t := t
val repr : t -> string
include Traits.Comparable.S0 with type t := t and module O := O
include Traits.Comparable.Basic.S0 with type t := t
val compare : t -> t -> Compare.t
val less_than : t -> t -> bool
val less_or_equal : t -> t -> bool
val greater_than : t -> t -> bool
val greater_or_equal : t -> t -> bool
val between : t -> low:t -> high:t -> bool
val between_or_equal : t -> low:t -> high:t -> bool
val min : t -> t -> t
val max : t -> t -> t
val min_max : t -> t -> t * t