We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584d3a9 commit 5e5e984Copy full SHA for 5e5e984
1 file changed
src/Vatras/Data/Prop/Properties.agda
@@ -4,7 +4,7 @@ import Data.Bool as Bool
4
open import Data.Bool.Properties using (∧-comm; ∧-zeroˡ; ∧-zeroʳ)
5
open import Data.Empty using (⊥)
6
open import Data.Product as Product using (Σ; _×_; ∃-syntax; _,_)
7
-open import Data.Sum as Sum using (_⊎_; inj₁; inj₂)
+open import Data.Sum using (_⊎_; inj₁; inj₂)
8
9
open import Relation.Nullary.Negation renaming (¬_ to negate)
10
open import Relation.Binary.PropositionalEquality as Eq using (_≡_; refl; cong; sym; trans)
0 commit comments