Skip to content

Commit

Permalink
More selective import
Browse files Browse the repository at this point in the history
  • Loading branch information
fredefox committed Mar 12, 2018
1 parent 84f16c1 commit 3a125a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cubical/PathPrelude.agda
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open import Cubical.FromStdLib
open import Cubical.NType public using (isContr ; isProp ; isSet)
-- NB! This module does *not* use the same notion of equivalence `_≃_` as
-- defined in Cubical.Equivalence!
open import Cubical.Equivalence hiding (_≃_) public
open import Cubical.Equivalence using (fiber ; isEquiv) public

module _ {ℓ} {A : Set ℓ} where
refl : {x : A} x ≡ x
Expand Down

0 comments on commit 3a125a0

Please sign in to comment.