Merge pull request #19 from Fingerzam/connectives-pair-parens

Fix typo: Use angle brackets for pair in text
This commit is contained in:
wadler 2018-05-15 13:06:43 -03:00 committed by GitHub
commit 1fc35aa080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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