Merge pull request #456 from mdimjasevic/prop-two-plurals
Properties: fix a double plural mistake
This commit is contained in:
commit
2a7bf78b19
1 changed files with 1 additions and 1 deletions
|
@ -1006,7 +1006,7 @@ _ : eval (gas 3) ⊢sucμ ≡
|
||||||
_ = refl
|
_ = refl
|
||||||
```
|
```
|
||||||
|
|
||||||
Similarly, we can use Agda to compute the reductions sequences given
|
Similarly, we can use Agda to compute the reduction sequences given
|
||||||
in the previous chapter. We start with the Church numeral two
|
in the previous chapter. We start with the Church numeral two
|
||||||
applied to successor and zero. Supplying 100 steps of gas is more than enough:
|
applied to successor and zero. Supplying 100 steps of gas is more than enough:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue