packages feed

language-dickinson-1.0.0.0: test/data/tuple.dck

%-

(:def fst
  (:lambda xy (text, text)
    (:match xy 
      [(x, _) x])))

(:def dog
  (:oneof
    (| ("he", "boy"))
    (| ("she", "girl"))))

(:def main
  ($ fst dog))