Created
April 17, 2010 16:17
-
-
Save 1tgr/369652 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > 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