aboutsummaryrefslogtreecommitdiff
path: root/frontend/type.dcl
blob: 40a235281767ad3ea7a306904a20eb7841639e8b (plain) (blame)
1
2
3
4
5
6
7
definition module type

import StdArray
import syntax, check

typeProgram ::!{! Group} !Int !*{# FunDef} !IndexRange !(Optional Bool) !CommonDefs ![Declaration] !{# DclModule} !ModuleNumberSet !*Heaps !*PredefinedSymbols !*File !*File
	-> (!Bool, !*{# FunDef}, !IndexRange, {! GlobalTCType}, !{# CommonDefs}, !{# {# FunType} }, !*Heaps, !*PredefinedSymbols, !*File, !*File)