aboutsummaryrefslogtreecommitdiff
path: root/frontend/parse.dcl
diff options
context:
space:
mode:
authormartinw2000-08-01 14:35:39 +0000
committermartinw2000-08-01 14:35:39 +0000
commitc87d8f090e652e2bfe91bee4b75833cb82bac1dc (patch)
treea80ddf3d4c8866ccb82674457c9b01f2add84676 /frontend/parse.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/parse.dcl')
-rw-r--r--frontend/parse.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/parse.dcl b/frontend/parse.dcl
index 6790bab..8bf549b 100644
--- a/frontend/parse.dcl
+++ b/frontend/parse.dcl
@@ -10,5 +10,5 @@ import syntax, hashtable, scanner, predef
cWantIclFile :== True
cWantDclFile :== False
-wantModule :: !Bool !Ident !*HashTable !*File !SearchPaths !*PredefinedSymbols !*Files
+wantModule :: !Bool !Ident !Position !*HashTable !*File !SearchPaths !*PredefinedSymbols !*Files
-> (!Bool, !ParsedModule, !*HashTable, !*File, !*PredefinedSymbols, !*Files)