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;
}
module O : sig ... end
val equal : t -> t -> bool
val different : t -> t -> bool
val repr : t -> string
val compare : t -> t -> Foundations.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