diff options
Diffstat (limited to 'Sil/Error.dcl')
-rw-r--r-- | Sil/Error.dcl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Sil/Error.dcl b/Sil/Error.dcl index 42341ed..947ba9a 100644 --- a/Sil/Error.dcl +++ b/Sil/Error.dcl @@ -18,7 +18,7 @@ instance < ErrorPosition = E.a: P_Invalid String a & toString a | E.a: P_Expected ErrorPosition String a & toString a // Type errors - | T_IllegalApplication Type Type + | T_IllegalApplication ErrorPosition Type Type | T_IllegalField ErrorPosition String Type | T_TooHighTupleArity ErrorPosition Int // Check errors @@ -33,8 +33,6 @@ instance < ErrorPosition // Compile errors | C_UndefinedName ErrorPosition String | C_UndefinedField ErrorPosition String - | C_VariableLabel - | C_FunctionOnStack | C_CouldNotDeduceType Expression | C_TypeMisMatch Type Expression Type | C_BasicInitWithoutValue ErrorPosition String |