zelus.zlcompilerlibs
Scoping.Error
zelus
type error =
| Evar of string
| Enon_linear_pat of string
| Enon_linear_record of string
| Enon_linear_automaton of string
| Enon_linear_forall of string
| Eautomaton_with_mixed_transitions
| Emissing_in_orpat of string
exception Error of Zlocation.location * error
val error : Zlocation.location -> error -> 'a
val message : Zlocation.location -> error -> 'a