diff options
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 6cecf2f..b00fcbd 100644 --- a/frontend/parse.dcl +++ b/frontend/parse.dcl @@ -10,7 +10,7 @@ import syntax, hashtable, scanner, predef cWantIclFile :== True cWantDclFile :== False -wantModule :: !*File !{#Char} !Bool !Ident !Position !Bool !*HashTable !*File !*Files +wantModule :: !*File !String !{#Char} !Bool !Ident !Position !Bool !*HashTable !*File !*Files -> (!Bool,!Bool,!ParsedModule, !*HashTable, !*File, !*Files) moduleCouldNotBeImportedError :: !Bool !Ident !Position !*File -> *File |