Module Js_of_ocaml_compiler.Parse_info
type t = {
src : string option; |
name : string option; |
col : int; |
line : int; |
idx : int; |
}
val t_of_lexbuf : Stdlib.Lexing.lexbuf -> t
val start_position : t -> Stdlib.Lexing.position
val t_of_position : src:string option -> Stdlib.Lexing.position -> t