Fix tiny typo in Quest3.agda

This commit is contained in:
Tan Yee Jian 2024-04-05 18:28:48 +08:00 committed by GitHub
parent d880d951ae
commit 17b53705be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,6 @@ _+_ :
n + m = {!!}
{-
Write here you proof that the sum of
Write here your proof that the sum of
even naturals is even.
-}