package acgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type pos = Stdlib.Lexing.position * Stdlib.Lexing.position
val dummy_pos : pos
exception AcgtkError of string * Stdlib.Format.formatter -> unit * pos option
val base_prompt : string
val cont_prompt : string
module type ERROR_MANAGER = sig ... end
module type ERROR_HANDLER = sig ... end
val underline_error : string -> pos -> unit
val compute_comment_for_location : pos -> string
val set_position : Sedlexing.lexbuf -> Stdlib.Lexing.position -> unit
val quote_position : pos -> pos
val list_to_string : string list -> string
val print_error : exn -> string option -> unit
val print_error_fatal : exn -> string option -> 'a
val pp_text : Stdlib.Format.formatter -> string -> unit

pp_text fmt msg pretty prints msg on fmt replacing all spaces by formatted spaces "@ ".

OCaml

Innovation. Community. Security.