module Mathcommon: sig
.. end
Some declarations which are common to several components
exception Unit
Signal a pure declaration of variables: there is no value to return, but the state
has been altered. Used by the parser.
val _show_error : bool Pervasives.ref
Must the error rule be printed?
val show_error : int -> int -> unit
Print an error rule showing where the syntax error is
val _print_errors : bool Pervasives.ref
Print error messages on stderr
val _show_lexbuf : bool Pervasives.ref
Must the lexed string be printed if parsing fails ?
val lexbuf : Lexing.lexbuf Toolkit.global
The buffer