RosettaCodeData/Task/Parametric-polymorphism/Ursala/parametric-polymorphism-6.ursala
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

7 lines
130 B
Text

string_tree = binary_tree_of %s
x = 'foo': ('bar': (),'baz': ())
#cast string_tree
example = (binary_tree_map "s". "s"--"s") x