This commit is contained in:
Jlh18 2021-10-30 18:51:43 +01:00
parent 4d5a2ded5a
commit 6b97d4b790
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
module 0Trinitarianism.Quest4Solutions where
open import Cubical.Foundations.Prelude using ( Level ; Type ; _≡_ ; J ; JRefl ; refl )
open import Cubical.Foundations.Prelude using ( Level ; Type ; _≡_ ; J ; JRefl ; refl ; i1 ; i0 ; I)
open import Cubical.Foundations.Isomorphism renaming (Iso to _≅_)
infixr 30 _∙_
@ -184,7 +184,6 @@ endPtRefl {x = x} B = JRefl ((λ y p → B x → B y)) id
endPt' : (B : A Type) (p : x y) B x B y
endPt' B p = pathToFun (Cubical.Foundations.Prelude.cong B p )
--------------funExt---------------------
funExt : (B : A Type) (f g : (a : A) B a)