package p4spectec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Util.ErrorSource

Sourceexception ParseError of Source.region * string
Sourceexception UnparseError of string
Sourceexception RuntimeError of Source.region * string
Sourceexception ElabError of Source.region * string
Sourceexception AlgoError of Source.region * string
Sourceexception StructError of Source.region * string
Sourceexception ProseError of Source.region * string
Sourceexception BuiltinError of Source.region * string
Sourceexception InterpError of Source.region * string
Sourceexception ExternError of Source.region * string
Sourceexception StfError of string
Sourceexception SpliceError of Source.region * string
Sourceval debug_errors : bool
Sourceval string_of_error : Source.region -> string -> string
Sourceval warn : Source.region -> string -> string -> unit
Sourceval error_parse : Source.region -> string -> 'a
Sourceval error_parse_no_region : string -> 'a
Sourceval error_unparse : string -> 'a
Sourceval error_runtime : Source.region -> string -> 'a
Sourceval warn_runtime : Source.region -> string -> unit
Sourceval error_elab : Source.region -> string -> 'a
Sourceval warn_elab : Source.region -> string -> unit
Sourceval error_algo : Source.region -> string -> 'a
Sourceval warn_algo : Source.region -> string -> unit
Sourceval error_struct : Source.region -> string -> 'a
Sourceval warn_struct : Source.region -> string -> unit
Sourceval error_prose : Source.region -> string -> 'a
Sourceval warn_prose : Source.region -> string -> unit
Sourceval error_builtin : Source.region -> string -> 'a
Sourceval warn_builtin : Source.region -> string -> unit
Sourceval error_interp : Source.region -> string -> 'a
Sourceval warn_interp : Source.region -> string -> unit
Sourceval error_extern : Source.region -> string -> 'a
Sourceval warn_extern : Source.region -> string -> unit
Sourceval error_stf : string -> 'a
Sourceval error_splice : Source.region -> string -> 'a
Sourceval warn_splice : Source.region -> string -> unit