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 b8778aa..9e5f2a1 100644 --- a/frontend/postparse.dcl +++ b/frontend/postparse.dcl @@ -5,4 +5,4 @@ import StdEnv import syntax, parse, predef scanModule :: !ParsedModule !*HashTable !*File !SearchPaths !*PredefinedSymbols !*Files - -> (!Bool, !ScannedModule, !Int, ![FunDef], !ScannedModule, !ScannedModule, ![ScannedModule], !*HashTable, !*File, !*PredefinedSymbols, !*Files) + -> (!Bool, !ScannedModule, !IndexRange, ![FunDef], !ScannedModule, !ScannedModule, ![ScannedModule], !*HashTable, !*File, !*PredefinedSymbols, !*Files) |