jon.recoil.org

Module Js_of_ocaml_compiler.Parse_info

type t = {
  1. src : string option;
  2. name : string option;
  3. col : int;
  4. line : int;
  5. idx : int;
}
val t_of_position : src:string option -> Stdlib.Lexing.position -> Js_of_ocaml_compiler.Parse_info.t
val to_string : Js_of_ocaml_compiler.Parse_info.t -> string