Fixed hint block in Trinitarianism/Quest2.md

This commit is contained in:
kl-i 2021-07-29 23:02:28 +01:00
parent 064691b029
commit d60ad6a227

View File

@ -14,10 +14,13 @@ which means from now on you can write `0 + 1`
and so on (with spaces).
Try coming up with a sensible definition.
It may not look 'the same' as ours.
<p>
<details>
<summary>Hint</summary>
`n + 0` should be `n` and `n + (m + 1)` should be `(n + m) + 1`
</details>
</p>
Now we can make the statement:
```agda