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