You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've played around a bit with using MLStyle.jl since it has some very nice pattern matching features which are missing from Rematch.jl, but MLStyle.@match seems to produce an impure code block, so it can't be used at least until #2 is fixed.
The text was updated successfully, but these errors were encountered:
MasonProtter
changed the title
Consider using MLStyle.jl instead of Rematch.jl
Consider using MLStyle.jl instead of Rematch.jl for pattern matching
Dec 26, 2019
I've played around a bit with using MLStyle.jl since it has some very nice pattern matching features which are missing from Rematch.jl, but
MLStyle.@match
seems to produce an impure code block, so it can't be used at least until #2 is fixed.The text was updated successfully, but these errors were encountered: