Added templates and some code done
This commit is contained in:
6
0Trinitarianism/Preambles/P1.agda
Normal file
6
0Trinitarianism/Preambles/P1.agda
Normal file
@@ -0,0 +1,6 @@
|
||||
module 0Trinitarianism.Preambles.P1 where
|
||||
|
||||
open import Cubical.Foundations.Prelude 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)
|
||||
Reference in New Issue
Block a user