packages feed

language-dickinson-0.1.1.2: test/data/nestLet.pretty

%-

(:def letBinding
  (:let
    [a (:let [a "man"] a)]
    [b (:let [a "woman"] a)]
    [c (:let [a "non-binary"] a)]
    (:oneof
      (| (:let [b a] b))
      (| b))))