Taine Zhao
Taine Zhao
Note that `@λ` accepts only one argument.
7. Support patterns like `a.b` 8. Using new terminologies improved from https://peps.python.org/pep-0622
A possible option is to report you that the global variable `left` is used as a capture pattern. ```julia using MLStyle MLStyle_AllowShadow = false @enum Var left middle right @match...
Thanks for this explanation. I understand your concerns, but unfortunately it's hard to achieve what you prefer. In your example, you use `left` as a pattern, but MLStyle cannot distinguish...
MLStyle 0.5 will support `Base.Enum` as a builtin pattern.
Hi! Thank you for your feedback here! I have to say sorry for now the error message does make some mess. Some people has requested a better error reporting, as...
Would you like to try the master branch out? I've improved many of the error reporting sites.
With pleasure! Thanks for spending time with MLStyle!
Oh, thanks for this feedback, and we're to solve it sooner!
Actually there's a possibility that users have defined their own `$` patterns outside expressions, although it must be rare and not recommended. Also, as there is no `$` pattern in...