Fork me on GitHub
#meander
<
2020-03-27
>
noprompt05:03:59

[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

noprompt05:03:10

(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. 🙂