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

/seL4-l4v-10.1.1/l4v/tools/haskell-translator/
H A Dlhs_pars.py560 type_conv_table = { variable
587 elif str(string) in type_conv_table:
588 result = type_conv_table[str(string)]
600 type_conv_table[str(string)] = result

Completed in 26 milliseconds