Created
April 17, 2014 19:10
-
-
Save bvssvni/11005427 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
./Main.idr:2:27: error: not a | |
terminator, expected: "$", "$>", | |
"&&", "*", "+", "++", "-", "->", | |
".", "/", "/=", "::", ";", "<", | |
"<$", "<$>", "<*>", "<+>", | |
"<->", "<<", "<=", "<|>", "==", | |
">", ">=", ">>", ">>=", "`", | |
"||", | |
ambiguous use of a left-associative operator, | |
ambiguous use of a non-associative operator, | |
ambiguous use of a right-associative operator, | |
end of input, function argument | |
numTuple : Num a => Num b => a -> b -> (a, b) |
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
numTuple : Num a => Num b => a -> b -> (a, b) | |
numTuple x y = (a, b) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment