Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. > ((curry * 2) 3)
  2. ; readline-input:3:0: Type Checker: could not apply function;
  3. ; wrong number of arguments provided
  4. ; expected: 0
  5. ; given: 1
  6. ; in: ((curry * 2) 3)
  7. ; [,bt for context]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement