Hmm… yeah something seems off about that.
I’ll look into it.
K
I figured out the cause of the bug and will release a patch shortly. The patch will resolve both of the problems you mentioned.
[meander/epsilon "0.0.410"]
• Fixes match failure during analysis of rewrite
and rewrites
• Updates docstrings and argument lists for match
, search
, breadth-first-search
, find
, rewrite
, and rewrites
@qythium ☝️
(m/rewrite [1 2 3]
[?v ...]
[?v ...])
;; =>
;; Zero or more patterns may not have references to unbound logic
;; variables.
;; {:unbound #{?v}, :syntax-trace [(?v ...) [?v ...]]}
The errors are back. 🙂