JuliaServices / Match.jl

Advanced Pattern Matching for Julia
https://juliaservices.github.io/Match.jl/latest/
Other
240 stars 22 forks source link

Support ML-style active patterns #92

Open gafter opened 1 year ago

gafter commented 1 year ago

See the documentation about "active patterns" in MLStyle and F#. We should consider supporting those.

nystrom commented 11 months ago

The old Rematch had a PR for Scala-like extractors, which are similar. https://github.com/RelationalAI-oss/Rematch.jl/pull/28