package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. src : string option;
  2. name : string option;
  3. col : int;
  4. line : int;
  5. idx : int;
}
val zero : t
val t_of_lexbuf : Lexing.lexbuf -> t
val start_position : t -> Lexing.position
val t_of_position : src:string option -> Lexing.position -> t