We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import
1 parent 84c9420 commit 8ad7b41Copy full SHA for 8ad7b41
src/Data/Fin/Permutation.agda
@@ -26,7 +26,7 @@ open import Function.Base using (_∘_)
26
open import Level using (0ℓ)
27
open import Relation.Binary.Core using (Rel)
28
open import Relation.Nullary using (does; ¬_; yes; no)
29
-open import Relation.Nullary.Decidable using (dec-yes; dec-no)
+open import Relation.Nullary.Decidable using (dec-no)
30
open import Relation.Nullary.Negation using (contradiction)
31
open import Relation.Binary.PropositionalEquality.Core
32
using (_≡_; _≢_; refl; sym; trans; subst; cong; cong₂)
0 commit comments