Use HEAD version of cubical and stdlib

This commit is contained in:
Frederik Hanghøj Iversen 2018-07-19 20:22:17 +02:00
parent e16a4b8189
commit 7836367f4a
4 changed files with 5 additions and 5 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "libs/cubical"] [submodule "libs/cubical"]
path = libs/cubical path = libs/cubical
url = git@github.com:fredefox/cubical.git url = git@github.com:Saizan/cubical-demo.git
[submodule "libs/agda-stdlib"] [submodule "libs/agda-stdlib"]
path = libs/agda-stdlib path = libs/agda-stdlib
url = git@github.com:agda/agda-stdlib.git url = git@github.com:agda/agda-stdlib.git

@ -1 +1 @@
Subproject commit 209626953d56294e9bd3d8892eda43b844b0edf9 Subproject commit f091aac94a07005ce032a26bc932af07f2dffcdf

@ -1 +1 @@
Subproject commit dfa196a4da79b41c9ee30f825b86a5eb6181e632 Subproject commit b112c292ded61b02fa32a1b65cac77314a1e9698

View File

@ -54,9 +54,9 @@ module _ { ' : Level} (Ns : Set ) where
case (f i) of λ case (f i) of λ
{ (inj₁ (fi , _)) case (f j) of λ { (inj₁ (fi , _)) case (f j) of λ
{ (inj₁ (fj , _)) fi fj i j { (inj₁ (fj , _)) fi fj i j
; (inj₂ _) Lift ; (inj₂ _) Lift _
} }
; (inj₂ _) Lift ; (inj₂ _) Lift _
} }
Hom = Σ Hom' rules Hom = Σ Hom' rules