| File lib/ocaml/compiler-lib/location.cmi_pretty | GODI Package godi-ocaml |
| location.cmi_pretty | Sources |
type t = Location.t = { loc_start : Lexing.position; loc_end : Lexing.position; loc_ghost : bool; } val none : t val in_file : string -> t val init : Lexing.lexbuf -> string -> unit val curr : Lexing.lexbuf -> t val symbol_rloc : unit -> t val symbol_gloc : unit -> t val rhs_loc : int -> t val input_name : string ref val input_lexbuf : Lexing.lexbuf option ref val get_pos_info : Lexing.position -> string * int * int val print : Format.formatter -> t -> unit val print_warning : t -> Format.formatter -> Warnings.t -> unit val prerr_warning : t -> Warnings.t -> unit val echo_eof : unit -> unit val reset : unit -> unit val highlight_locations : Format.formatter -> t -> t -> bool