language-dickinson-1.4.0.0: test/eval/chooseHigherOrder.dck
%-
(:def mod
(:oneof
(| :lambda x text x)
(| :lambda x text "a ${x}")))
(:def main
$mod "b")
%-
(:def mod
(:oneof
(| :lambda x text x)
(| :lambda x text "a ${x}")))
(:def main
$mod "b")