Skip to content

Commit

Permalink
Fixed issue with EPUB.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Jul 13, 2020
1 parent c56db80 commit 74d8781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plfa/part1/Decidable.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ postulate
#### Exercise `iff-erasure` (recommended)

Give analogues of the `_⇔_` operation from
Chapter [Isomorphism]({{ site.baseurl}}/Isomorphism/#iff),
Chapter [Isomorphism]({{ site.baseurl }}/Isomorphism/#iff),
operation on booleans and decidables, and also show the corresponding erasure:
```
postulate
Expand All @@ -564,7 +564,7 @@ postulate
## Proof by reflection {#proof-by-reflection}

Let's revisit our definition of monus from
Chapter [Naturals]({{ site.baseurl}}/Naturals/).
Chapter [Naturals]({{ site.baseurl }}/Naturals/).
If we subtract a larger number from a smaller number, we take the result to be
zero. We had to do something, after all. What could we have done differently? We
could have defined a *guarded* version of minus, a function which subtracts `n`
Expand Down

0 comments on commit 74d8781

Please sign in to comment.