package js_of_ocaml-compiler

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

Module Js_of_ocaml_compiler.Parse_infoSource

Sourcetype t = {
  1. src : string option;
  2. name : string option;
  3. col : int;
  4. line : int;
  5. idx : int;
}
Sourceval zero : t
Sourceval t_of_lexbuf : Lexing.lexbuf -> t
Sourceval t_of_pos : Lexing.position -> t
Sourceval start_position : t -> Lexing.position
Sourceval t_of_position : src:string option -> Lexing.position -> t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.