Skip to content

Instantly share code, notes, and snippets.

@1tgr
Created April 17, 2010 16:17
Show Gist options
  • Select an option

  • Save 1tgr/369652 to your computer and use it in GitHub Desktop.

Select an option

Save 1tgr/369652 to your computer and use it in GitHub Desktop.
> type DoubleStringer = delegate of int -> int -> string;;
type DoubleStringer = delegate of int -> int -> string;;
-----^^^^^^^^^^^^^^
stdin(6,6): error FS0950: Delegate specifications must not be curried types. Use 'typ * ... * typ -> typ' for multi-argument delegates, and 'typ -> (typ -> typ)' for delegates returning function values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment