diff options
author | sjakie | 2000-02-07 13:03:01 +0000 |
---|---|---|
committer | sjakie | 2000-02-07 13:03:01 +0000 |
commit | f22483910cad05eb43c88dcbddd296f3809cfc6d (patch) | |
tree | 515042fad28547e3e9307a77ca4db3db10adb437 /frontend/unitype.dcl | |
parent | bug fix: Observations (diff) |
commit for Sjaak by RWS
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@83 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/unitype.dcl')
-rw-r--r-- | frontend/unitype.dcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/unitype.dcl b/frontend/unitype.dcl index 83065d1..197dec5 100644 --- a/frontend/unitype.dcl +++ b/frontend/unitype.dcl @@ -9,7 +9,8 @@ import syntax, analunitypes AttrUni :== 0 AttrMulti :== 1 -FirstAttrVar :== 2 +AttrExi :== 2 +FirstAttrVar :== 3 instance toInt TypeAttribute @@ -44,7 +45,7 @@ tryToMakeUnique :: !Int !*Coercions -> (!Bool, !*Coercions) uniquenessError :: !CoercionPosition !String !*ErrorAdmin -> *ErrorAdmin -liftSubstitution :: !*{! Type} !{# CommonDefs } !Int !*TypeVarHeap !*TypeDefInfos -> (*{! Type}, !Int, !*TypeVarHeap, !*TypeDefInfos) +liftSubstitution :: !*{! Type} !{# CommonDefs }!{# BOOLVECT } !Int !*TypeVarHeap !*TypeDefInfos -> (*{! Type}, !Int, !*TypeVarHeap, !*TypeDefInfos) instance <<< CoercionPosition |