diff options
author | martinw | 2000-08-01 14:35:39 +0000 |
---|---|---|
committer | martinw | 2000-08-01 14:35:39 +0000 |
commit | c87d8f090e652e2bfe91bee4b75833cb82bac1dc (patch) | |
tree | a80ddf3d4c8866ccb82674457c9b01f2add84676 /frontend/unitype.dcl | |
parent | bug 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.dcl | 2 |
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 |