snordgren / fjord

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show error message on too many parameters

snordgren opened this issue · comments

f : Int -> Int
f a b = 
  a

I need a compiler message to tell me that I have too many arguments in my definition for f.