Use HEAD version of cubical and stdlib
This commit is contained in:
parent
e16a4b8189
commit
7836367f4a
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue