aboutsummaryrefslogtreecommitdiff
path: root/frontend/postparse.dcl
blob: 8fd6ab25534c4459ee8a19a4472b626e6a17faef (plain) (blame)
1
2
3
4
5
6
7
8
definition module postparse

import StdEnv

import syntax, parse, predef

scanModule :: !ParsedModule ![Ident] !Bool !Bool !*HashTable !*File !SearchPaths (ModTimeFunction *Files) !*Files
	-> (!Bool, !ScannedModule, !IndexRange, ![FunDef], !Optional ScannedModule, ![ScannedModule],!Int,!*HashTable, !*File, !*Files)