Merge pull request #18 from michel-steuwer/currying-associativity

Associativity of arrows and function application
This commit is contained in:
wadler 2018-05-14 11:40:49 -03:00 committed by GitHub
commit 6eacd5f58e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -575,7 +575,7 @@ second argument. This trick goes by the name *currying*.
Agda, like other functional languages such as
ML and Haskell, is designed to make currying easy to use. Function
arrows associate to the left and application associates to the right.
arrows associate to the right and application associates to the left.
stands for → ()