Fix typo: Use angle brackets for pair in text

This commit is contained in:
Juhana Laurinharju 2018-05-14 21:24:52 +03:00
parent 5ffb1c9876
commit a44923927e

View file

@ -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