Module Lex.Error

Error is the error module for the lex module

exception InvalidParseParams of string
exception InvalidKwd of string
exception InvalidSyntax of string
exception InvalidFname of string
exception InvalidVariable of string
val fmt_err : string -> Stdlib.Lexing.position -> string