Skip to content

Commit

Permalink
Update to cubical HEAD
Browse files Browse the repository at this point in the history
* Cubical.Core.Everything was removed upstream

* isFullyFaithfulLiftF got proved upstream

agda/cubical@b046b02

---------

Co-authored-by: Johnson He <[email protected]>
  • Loading branch information
hejohns and hejohns authored May 16, 2024
1 parent 2297acf commit 8b99d63
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Cubical/Categories/Instances/Sets/More.agda
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,3 @@ module _ {A}{B} (f : CatIso (SET ℓ) A B) a where
∙ transportRefl _
∙ transportRefl _
∙ cong (f .fst) (transportRefl _ ∙ transportRefl _ ))

isFullyFaithfulLiftF : {ℓ ℓ'} isFullyFaithful (LiftF {ℓ}{ℓ'})
isFullyFaithfulLiftF x y =
isoToIsEquiv (iso _ (λ f x f (lift x) .lower) (λ b refl) λ _ refl)
2 changes: 0 additions & 2 deletions Cubical/Data/Sigma/More.agda
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ module Cubical.Data.Sigma.More where

open import Cubical.Data.Sigma.Base

open import Cubical.Core.Everything

open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundations.Isomorphism
Expand Down
2 changes: 0 additions & 2 deletions Cubical/Foundations/Isomorphism/More.agda
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{-# OPTIONS --safe #-}
module Cubical.Foundations.Isomorphism.More where

open import Cubical.Core.Everything

open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv.Base
open import Cubical.Foundations.Isomorphism
Expand Down

0 comments on commit 8b99d63

Please sign in to comment.