Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eatonphil/83252c39ef39c9f6886550e1ca711ca1 to your computer and use it in GitHub Desktop.
Save eatonphil/83252c39ef39c9f6886550e1ca711ca1 to your computer and use it in GitHub Desktop.
> val h = fun a b = b;
poly: : error: Expression expected but fun was found
Static Errors
> fun a b = b;
val a = fn: 'a -> 'a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment