aboutsummaryrefslogtreecommitdiff
path: root/frontend/postparse.dcl
diff options
context:
space:
mode:
authorjohnvg2002-10-18 15:12:31 +0000
committerjohnvg2002-10-18 15:12:31 +0000
commit8af3c8f78283712de66b247e14f2977393727647 (patch)
tree50ae3e4800ccc5dedab467c4156dc68c5d74d1d9 /frontend/postparse.dcl
parentadd boxed records (diff)
add boxed records, strict dot dot expressions, generate
TC; types only when compiling for dynamics git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1243 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/postparse.dcl')
-rw-r--r--frontend/postparse.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/postparse.dcl b/frontend/postparse.dcl
index ba90a4b..300e86d 100644
--- a/frontend/postparse.dcl
+++ b/frontend/postparse.dcl
@@ -4,5 +4,5 @@ import StdEnv
import syntax, parse, predef
-scanModule :: !ParsedModule ![Ident] !Bool !*HashTable !*File !SearchPaths (ModTimeFunction *Files) !*Files
+scanModule :: !ParsedModule ![Ident] !Bool !Bool !*HashTable !*File !SearchPaths (ModTimeFunction *Files) !*Files
-> (!Bool, !ScannedModule, !IndexRange, ![FunDef], !Optional ScannedModule, ![ScannedModule],!Int,!Int,!*HashTable, !*File, !*Files)