snordgren / fjord

A strict, linearly typed functional programming language that compiles to JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add error on missing patterns in case expression

snordgren opened this issue · comments

Case expressions which do not include patterns for all constructors and do not have a wildcard pattern should be a compile error.