package bistro

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

Module Bistro_script.PositionSource

Sourcetype t = {
  1. cnum : Base.int;
  2. bol : Base.int;
  3. lnum : Base.int;
}
Sourceval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval zero : t
Sourceval shift : t -> int -> t
Sourceval newline : t -> t
Sourceval translate_lexing_position : Lexing.position -> by:t -> Lexing.position
Sourceval move_lexing_pos : t -> Lexing.position -> Lexing.position
OCaml

Innovation. Community. Security.