issues
search
mfichman
/
jogo
High(er) performance compiled programming language with clean, powerful syntax
MIT License
6
stars
1
forks
source link
Match statements don't warn about unhandled cases
#45
Open
mfichman
opened
12 years ago
mfichman
commented
12 years ago
Two options for resolving this:
Require a 'default' case
Require that all cases are handled
Two options for resolving this: