added quest 4

This commit is contained in:
Jlh18 2021-10-14 13:40:21 +01:00
parent f131652c14
commit d36e0c8a97
3 changed files with 7 additions and 1 deletions

View 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

View File

@ -2,7 +2,6 @@
module 1FundamentalGroup.Quest0 where
open import 1FundamentalGroup.Preambles.P0
Refl : base base
Refl = {!!}