diff options
author | martinw | 2000-08-15 11:20:50 +0000 |
---|---|---|
committer | martinw | 2000-08-15 11:20:50 +0000 |
commit | 22fb78252040fdfc120039ba81f0642ddd8ef8b9 (patch) | |
tree | c099ee2371863894cb700e3aa4c508a834e6b555 /frontend/unitype.dcl | |
parent | added position information to case defaults to improve type error messages (diff) |
improved typing error messages: type variables are printed like "a" instead
of "v314", case defaults and guards now also have file position information.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@202 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/unitype.dcl')
-rw-r--r-- | frontend/unitype.dcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/unitype.dcl b/frontend/unitype.dcl index cdb79ef..0c4f726 100644 --- a/frontend/unitype.dcl +++ b/frontend/unitype.dcl @@ -49,5 +49,3 @@ uniquenessError :: !CoercionPosition !String !*ErrorAdmin -> *ErrorAdmin liftSubstitution :: !*{! Type} !{# CommonDefs }!{# BOOLVECT } !Int !*TypeVarHeap !*TypeDefInfos -> (*{! Type}, !Int, !*TypeVarHeap, !*TypeDefInfos) -instance <<< CoercionPosition - |