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

import StdEnv

import syntax, parse, predef

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