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

/seL4-l4v-10.1.1/l4v/tools/haskell-translator/
H A Dlhs_pars.py1557 t = convert_to_stripped_tuple(line, children)
1572 def convert_to_stripped_tuple(line, children): function
1573 children = [convert_to_stripped_tuple(l, c) for (l, c) in children]
2518 before = convert_to_stripped_tuple(before[0], before[1])

Completed in 14 milliseconds