blob: 2da8b0515b78c9015364b84718ab8783e203ef32 (
plain) (
blame)
1
2
3
4
5
6
7
|
definition module backendpreprocess
import checksupport
// assign sequence numbers to all variables in the syntax tree
backendPreprocess :: ![Index] !IclModule !*VarHeap -> *VarHeap
|