commit
29d37040c2
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
|
||||
`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
|
||||
|
|
Loading…
Reference in a new issue