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

remove obsolete definition of homotopy groups #725

Merged
merged 1 commit into from
Mar 10, 2022
Merged
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
4 changes: 0 additions & 4 deletions Cubical/Data/HomotopyGroup.agda

This file was deleted.

52 changes: 0 additions & 52 deletions Cubical/Data/HomotopyGroup/Base.agda

This file was deleted.

1 change: 0 additions & 1 deletion Cubical/Experiments/Brunerie.agda
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ open import Cubical.Foundations.Everything
open import Cubical.Data.Bool
open import Cubical.Data.Nat
open import Cubical.Data.Int
open import Cubical.Data.HomotopyGroup
open import Cubical.HITs.S1
open import Cubical.HITs.S2
open import Cubical.HITs.S3
Expand Down
1 change: 0 additions & 1 deletion Cubical/Experiments/ZCohomologyOld/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ open import Cubical.Data.NatMinusOne

open import Cubical.HITs.Pushout
open import Cubical.Data.Sum.Base
open import Cubical.Data.HomotopyGroup

open import Cubical.Experiments.ZCohomologyOld.KcompPrelims

Expand Down
2 changes: 0 additions & 2 deletions Cubical/Homotopy/WedgeConnectivity.agda
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
module Cubical.Homotopy.WedgeConnectivity where

open import Cubical.Foundations.Everything
open import Cubical.Data.HomotopyGroup
open import Cubical.Data.Nat
open import Cubical.Data.Sigma
open import Cubical.HITs.Nullification
open import Cubical.HITs.Susp
open import Cubical.HITs.Truncation as Trunc
open import Cubical.Homotopy.Connected
Expand Down