package zelus

  1. Overview
  2. Docs
type location =
  1. | Loc of int * int
val input_name : string Stdlib.ref
val input_chan : Stdlib.in_channel Stdlib.ref
val initialize : string -> unit
val no_location : location
val error_prompt : string
val output_lines : Stdlib.Format.formatter -> int -> int -> int -> int -> int -> unit
val output_loc : Stdlib.Format.formatter -> (unit -> char) -> (int -> 'a) -> bool -> location -> unit
val output_location : Stdlib.Format.formatter -> location -> unit
val output_input_name : Stdlib.Format.formatter -> unit