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.
1 parent 5c155c3 commit f868a59Copy full SHA for f868a59
src/Relation/Unary/Properties.agda
@@ -18,7 +18,7 @@ open import Relation.Binary.Definitions
18
open import Relation.Binary.PropositionalEquality.Core using (refl; _≗_)
19
open import Relation.Unary
20
import Relation.Nullary.Decidable as Dec
21
-open import Relation.Nullary.Decidable using (yes; no; _⊎-dec_; _×-dec_; ¬?; map′; does)
+open import Relation.Nullary.Decidable as Dec using (yes; no; _⊎-dec_; _×-dec_; ¬?; map′; does)
22
open import Function.Base using (id; _$_; _∘_)
23
24
private
0 commit comments