1st Class Extensible Pattern Matching #8765
Unanswered
sirinath
asked this question in
Language Ideas
Replies: 2 comments 5 replies
-
Can you give an example of the problem you’re encountering? And what a solution would look like? |
Beta Was this translation helpful? Give feedback.
5 replies
-
#8612 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the time of writing we might not be able to envision all the patterns to match. So it is possible to consider a way that pattern matching is extensible.
At a basic level it would be like adding new
case
statements to aswitch
.Beta Was this translation helpful? Give feedback.
All reactions