I just saw that match? is deprecated since v2.0.0 in the cljdoc, but it's used on the README examples. Should I stop using it?
https://cljdoc.org/d/nubank/matcher-combinators/3.9.1/api/matcher-combinators.core#match?
I think we should probably update readme to use indicates-match?
I wasn't aware of the deprecation. from a quick look, isn't this about the internal core/match? being deprecated, but not (is (match? i.e.
I think the readme examples are still fine
Ah you're right