Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save eatonphil/83252c39ef39c9f6886550e1ca711ca1 to your computer and use it in GitHub Desktop.

Select an option

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