File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
GpdCont/Experimental/Coffin Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- module GpdCont.Coffin.Base where
1+ module GpdCont.Experimental. Coffin.Base where
22
33open import GpdCont.Prelude
44open import GpdCont.Experimental.Groups.Base
Original file line number Diff line number Diff line change 1- open import GpdCont.Coffin.Base
1+ open import GpdCont.Experimental. Coffin.Base
22
3- module GpdCont.Coffin.Eval {ℓ} (C : Coffin ℓ) where
3+ module GpdCont.Experimental. Coffin.Eval {ℓ} (C : Coffin ℓ) where
44-- TODO: This should ideally do the following:
55-- import GpdCont.Coffin.GroupoidContainerInclusion as Inc
66-- open import GpdCont.GroupoidContainer.Eval (Inc.Coffin→GroupoidContainer C) public
Original file line number Diff line number Diff line change 11open import GpdCont.Prelude
2- open import GpdCont.Coffin.Base
2+ open import GpdCont.Experimental. Coffin.Base
33open import GpdCont.SymmetricContainer.Base
44
5- module GpdCont.Coffin.GroupoidContainerInclusion {ℓ} (C : Coffin ℓ) where
5+ module GpdCont.Experimental. Coffin.GroupoidContainerInclusion {ℓ} (C : Coffin ℓ) where
66private
77 module C = Coffin C
88
Original file line number Diff line number Diff line change 11open import GpdCont.Prelude
2- open import GpdCont.Coffin.Base
2+ open import GpdCont.Experimental. Coffin.Base
33
4- module GpdCont.Coffin.Lower {ℓ} (C : Coffin ℓ) where
4+ module GpdCont.Experimental. Coffin.Lower {ℓ} (C : Coffin ℓ) where
55 open import GpdCont.QuotientContainer.Base
66 open import GpdCont.Equiv using (pathToEquivSym ; pathToEquivComp)
77
You can’t perform that action at this time.
0 commit comments