Merge pull request #18 from michel-steuwer/currying-associativity
Associativity of arrows and function application
This commit is contained in:
commit
6eacd5f58e
1 changed files with 1 additions and 1 deletions
|
@ -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 ℕ → (ℕ → ℕ)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue