Skip to content

Commit

Permalink
Merge pull request #250 from Swirrl/remove-redundant-conde
Browse files Browse the repository at this point in the history
Remove redundant conde from macro expansion
  • Loading branch information
rosado authored Apr 28, 2023
2 parents 13e96ed + 3e04758 commit 8b22c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grafter/matcha/alpha.clj
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
(declare parse-patterns)

(defn- parse-optional [{:keys [bgps]}]
`[(l/conde ~(parse-patterns bgps))])
(parse-patterns bgps))

(defn- parse-clause [[type row]]
(case type
Expand Down

0 comments on commit 8b22c3c

Please sign in to comment.