df
This commit is contained in:
parent
4d5a2ded5a
commit
6b97d4b790
@ -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) →
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user