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

7 lines
247 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.Preambles.P1 where
open import Cubical.Core.Everything public
open import Cubical.Data.Unit public renaming (Unit to )
open import Cubical.Data.Empty public using ()
open import Cubical.Data.Nat public hiding (isEven)