Remove redundant word
This commit is contained in:
parent
a79cd54db3
commit
eaa05fb1db
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ inv-s≤s (s≤s m≤n) = m≤n
|
||||||
Here `m≤n` (with no spaces) is a variable name while
|
Here `m≤n` (with no spaces) is a variable name while
|
||||||
`m ≤ n` (with spaces) is a type, and the latter
|
`m ≤ n` (with spaces) is a type, and the latter
|
||||||
is the type of the former. It is a common convention
|
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.
|
spaces from its type.
|
||||||
|
|
||||||
Not every rule is invertible; indeed, the rule for `z≤n` has
|
Not every rule is invertible; indeed, the rule for `z≤n` has
|
||||||
|
|
Loading…
Reference in a new issue