added quest 4
This commit is contained in:
parent
f131652c14
commit
d36e0c8a97
7
0Trinitarianism/Quest4Solutions.agda
Normal file
7
0Trinitarianism/Quest4Solutions.agda
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
module 0Trinitarianism.Quest4Solutions where
|
||||||
|
|
||||||
|
open import Cubical.Foundations.Prelude
|
||||||
|
|
||||||
|
data _≣_ {A : Type} : (x y : A) → Type where
|
||||||
|
|
||||||
|
rfl : (x : A) → x ≣ x
|
@ -2,7 +2,6 @@
|
|||||||
module 1FundamentalGroup.Quest0 where
|
module 1FundamentalGroup.Quest0 where
|
||||||
open import 1FundamentalGroup.Preambles.P0
|
open import 1FundamentalGroup.Preambles.P0
|
||||||
|
|
||||||
|
|
||||||
Refl : base ≡ base
|
Refl : base ≡ base
|
||||||
Refl = {!!}
|
Refl = {!!}
|
||||||
|
|
||||||
|
BIN
_build/2.6.2/agda/0Trinitarianism/Quest4Solutions.agdai
Normal file
BIN
_build/2.6.2/agda/0Trinitarianism/Quest4Solutions.agdai
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user