TheHoTTGame/Trinitarianism/Quest0Solutions.agda
2021-07-29 20:43:09 +01:00

28 lines
430 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.Preambles.P0
data : Type where
tt :
TrueToTrue :
TrueToTrue = λ x x
TrueToTrue' :
TrueToTrue' x = x
TrueToTrue'' :
TrueToTrue'' tt = tt
TrueToTrue''' :
TrueToTrue''' x = tt
data : Type where
explosion :
explosion ()
data : Type where
zero :
suc :