Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make.Locval mk : string -> tval ghost : tval of_lexing_position : Stdlib.Lexing.position -> tval to_ocaml_location : t -> Location.tval of_ocaml_location : Location.t -> tval of_lexbuf : Stdlib.Lexing.lexbuf -> tval of_tuple : (string * int * int * int * int * int * int * bool) -> tval to_tuple : t -> string * int * int * int * int * int * int * boolval file_name : t -> stringval start_line : t -> intval stop_line : t -> intval start_bol : t -> intval stop_bol : t -> intval start_off : t -> intval stop_off : t -> intval start_pos : t -> Stdlib.Lexing.positionval stop_pos : t -> Stdlib.Lexing.positionval is_ghost : t -> boolval print : Stdlib.Format.formatter -> t -> unitval dump : Stdlib.Format.formatter -> t -> unitval to_string : t -> stringexception Exc_located of t * exnval raise : t -> exn -> 'a