package stdune

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module For_tests.Compact_positionSource

Positions information that can be encoded within a single immediate

Sourcetype t
Sourceval of_position : Lexbuf.Position.t -> t
Sourceval to_position : t -> fname:string -> Lexbuf.Position.t
Sourceval lnum : t -> int
Sourceval cnum : t -> int
Sourceval bol : t -> int
Sourcemodule Same_line_loc : sig ... end
Sourcetype of_loc =
  1. | Same_line of Same_line_loc.t
  2. | Loc of {
    1. start : t;
    2. stop : t;
    }
  3. | Loc_does_not_fit
Sourceval of_loc : Lexbuf.Loc.t -> of_loc
Sourcemodule For_tests : sig ... end
OCaml

Innovation. Community. Security.