Fix typo: Use angle brackets for pair in text
This commit is contained in:
parent
5ffb1c9876
commit
a44923927e
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ is isomorphic to a function that accepts a pair of arguments:
|
|||
|
||||
Agda is optimised for currying, so `2 + 3` abbreviates `_+_ 2 3`.
|
||||
In a language optimised for pairing, we would instead take `2 +′ 3` as
|
||||
an abbreviation for `_+′_ (2 , 3)`.
|
||||
an abbreviation for `_+′_ ⟨ 2 , 3 ⟩`.
|
||||
|
||||
Corresponding to the law
|
||||
|
||||
|
|
Loading…
Reference in a new issue