Merge pull request #418 from AD1024/dev

[ fix ] inline code block
This commit is contained in:
Wen Kokke 2019-09-30 13:33:00 +01:00 committed by GitHub
commit 7a3ba37659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,7 +238,7 @@ C-c C-n to normalise the term
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