diff options
Diffstat (limited to 'frontend/postparse.dcl')
-rw-r--r-- | frontend/postparse.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/postparse.dcl b/frontend/postparse.dcl index eb388b7..e0fa317 100644 --- a/frontend/postparse.dcl +++ b/frontend/postparse.dcl @@ -4,5 +4,5 @@ import StdEnv import syntax, parse, predef -scanModule :: !ParsedModule ![Ident] !Int !*HashTable !*File !SearchPaths !*PredefinedSymbols !*Files +scanModule :: !ParsedModule ![Ident] !Int !Bool !*HashTable !*File !SearchPaths !*PredefinedSymbols !*Files -> (!Bool, !ScannedModule, !IndexRange, ![FunDef], !Optional ScannedModule, ![ScannedModule],!Int,!Int,!*HashTable, !*File, !*PredefinedSymbols, !*Files) |