Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for cubical 0.5 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions 0Trinitarianism/Preambles/P5.agda
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ module 0Trinitarianism.Preambles.P5 where
open import Cubical.Foundations.Prelude renaming
(funExt to libFunExt ;
sym to libSym ;
_≡⟨_⟩_ to lib_≡⟨_⟩_ ;
_∎ to lib_∎ ;
_∙_ to lib_∙_ ;
fst to libFst ;
snd to libSnd
) public
) hiding ( step-≡ ) public
open import Cubical.HITs.S1 using ( S¹ ; base ; loop ) public
open import Cubical.Foundations.Isomorphism renaming (Iso to _≅_) public
open import Cubical.Foundations.Path public
Expand All @@ -32,6 +31,3 @@ PathPIsoPathD {u} {A} {B} p x =
subst (λ b → (y : B) → (PathP (λ i → p i) x y) ≅ (b ≡ y))
(sym (pathToFun≡transport p x))
(PathPIsoPath _ x)



4 changes: 2 additions & 2 deletions 1FundamentalGroup/Preambles/P0.agda
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module 1FundamentalGroup.Preambles.P0 where

open import Cubical.Data.Empty using (⊥) public
open import Cubical.Data.Unit renaming ( Unit to ⊤ ) public
open import Cubical.Data.Bool public
open import Cubical.Data.Bool renaming ( elim to Bool-elim ) public
open import Cubical.Foundations.Prelude
renaming ( subst to endPt
; transport to pathToFun
) public
open import Cubical.Foundations.Isomorphism renaming ( Iso to _≅_ ) public
open import Cubical.Foundations.Path public
open import Cubical.HITs.S1 public
open import Cubical.HITs.S1 renaming ( elim to S¹-elim ) public
5 changes: 4 additions & 1 deletion TheHoTTGame.agda-lib
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: TheHoTTGame
include: .
depend: cubical
flags: --cubical --no-import-sorts
flags:
--cubical
--no-import-sorts
-W noUnsupportedIndexedMatch