TheHoTTGame/0Trinitarianism/Quest1.agda
2021-08-11 17:16:07 +01:00

19 lines
328 B
Agda
Raw 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.Quest1 where
open import 0Trinitarianism.Preambles.P1
isEven : Type
isEven n = {!!}
{-
This is a comment block.
Remove this comment block and formulate
'there exists an even natural' here.
-}
_×_ : Type Type Type
A × C = Σ A (λ a C)
div2 : Σ isEven
div2 x = {!!}