Skip to content

Commit

Permalink
Remove redundant conde from macro expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
RickMoynihan committed Apr 27, 2023
1 parent 13e96ed commit 3e04758
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 3e04758

Please sign in to comment.