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:

  1. Require a 'default' case
  2. Require that all cases are handled