We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f868a59 commit c99296eCopy full SHA for c99296e
src/Relation/Unary/Properties.agda
@@ -17,7 +17,6 @@ open import Relation.Binary.Definitions
17
hiding (Decidable; Universal; Irrelevant; Empty)
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 as Dec using (yes; no; _⊎-dec_; _×-dec_; ¬?; map′; does)
22
open import Function.Base using (id; _$_; _∘_)
23
0 commit comments