aboutsummaryrefslogtreecommitdiff
path: root/frontend/unitype.dcl
diff options
context:
space:
mode:
authormartinw2000-08-01 14:35:39 +0000
committermartinw2000-08-01 14:35:39 +0000
commitc87d8f090e652e2bfe91bee4b75833cb82bac1dc (patch)
treea80ddf3d4c8866ccb82674457c9b01f2add84676 /frontend/unitype.dcl
parentbug fix: curried type synomyms are forbidden (diff)
improving error messages
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@196 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/unitype.dcl')
-rw-r--r--frontend/unitype.dcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/unitype.dcl b/frontend/unitype.dcl
index 197dec5..cdb79ef 100644
--- a/frontend/unitype.dcl
+++ b/frontend/unitype.dcl
@@ -3,9 +3,11 @@ definition module unitype
import StdEnv
import syntax, analunitypes
+/* MW3 moved to syntax:
:: CoercionPosition =
{ cp_expression :: !Expression
}
+*/
AttrUni :== 0
AttrMulti :== 1