TheHoTTGame/0Trinitarianism/Quest3.agda
2024-04-05 18:28:48 +08:00

12 lines
186 B
Agda
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module 0Trinitarianism.Quest3 where
open import 0Trinitarianism.Preambles.P3
_+_ :
n + m = {!!}
{-
Write here your proof that the sum of
even naturals is even.
-}