Searched refs:zipWith_transforms (Results 1 - 1 of 1) sorted by relevance

/seL4-l4v-10.1.1/l4v/tools/haskell-translator/
H A Dlhs_pars.py1459 (line, children) = zipWith_transforms(line, children)
1507 def zipWith_transforms(line, children): function
1509 children = [zipWith_transforms(l, c) for (l, c) in children]

Completed in 18 milliseconds