Lambda: fix indentation for correct rendering
This commit is contained in:
parent
5547b5251e
commit
ed97783252
1 changed files with 2 additions and 2 deletions
|
@ -234,11 +234,11 @@ We intend to apply the function only when the first term is a variable, which we
|
|||
indicate by postulating a term `impossible` of the empty type `⊥`. If we use
|
||||
C-c C-n to normalise the term
|
||||
|
||||
ƛ′ two ⇒ two
|
||||
ƛ′ two ⇒ two
|
||||
|
||||
Agda will return an answer warning us that the impossible has occurred:
|
||||
|
||||
⊥-elim (plfa.part2.Lambda.impossible (`` `suc (`suc `zero)) (`suc (`suc `zero)) ``)
|
||||
⊥-elim (plfa.part2.Lambda.impossible (`` `suc (`suc `zero)) (`suc (`suc `zero)) ``)
|
||||
|
||||
While postulating the impossible is a useful technique, it must be
|
||||
used with care, since such postulation could allow us to provide
|
||||
|
|
Loading…
Add table
Reference in a new issue