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/parse.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/parse.dcl')
-rw-r--r-- | frontend/parse.dcl | 2 |
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) |