package sexplib

  1. Overview
  2. Docs

Module Src_pos.AbsoluteSource

Sourcetype t = {
  1. row : int;
  2. col : int;
}
Sourceval sexp_of_t : t -> Type.t
Sourceval origin : t
Sourceval of_lexing : Lexing.position -> t
Sourceval diff : t -> t -> Relative.t
Sourceval add : t -> Relative.t -> t
Sourceval sub : t -> Relative.t -> t
Sourceval geq : t -> t -> bool
OCaml

Innovation. Community. Security.