TheHoTTGame/Trinitarianism/Quest0Solutions.agda
2021-07-23 13:29:48 +01:00

28 lines
452 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 Trinitarianism.Quest0Solutions where
open import Trinitarianism.Quest0Preamble
data : Type where
trivial :
TrueToTrue :
TrueToTrue = λ x x
TrueToTrue' :
TrueToTrue' x = x
TrueToTrue'' :
TrueToTrue'' trivial = trivial
TrueToTrue''' :
TrueToTrue''' x = trivial
data : Type where
explosion :
explosion ()
data : Type where
zero :
suc :