Merge pull request #417 from momirza/patch-6

Remove redundant word
This commit is contained in:
Wen Kokke 2019-09-30 13:33:33 +01:00 committed by GitHub
commit 29d37040c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ inv-s≤s (s≤s m≤n) = m≤n
Here `m≤n` (with no spaces) is a variable name while
`m ≤ n` (with spaces) is a type, and the latter
is the type of the former. It is a common convention
in Agda to choose derive a variable name by removing
in Agda to derive a variable name by removing
spaces from its type.
Not every rule is invertible; indeed, the rule for `z≤n` has