Skip to content

Commit f868a59

Browse files
Update src/Relation/Unary/Properties.agda
Co-authored-by: jamesmckinna <[email protected]>
1 parent 5c155c3 commit f868a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Relation/Unary/Properties.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ open import Relation.Binary.Definitions
1818
open import Relation.Binary.PropositionalEquality.Core using (refl; _≗_)
1919
open import Relation.Unary
2020
import Relation.Nullary.Decidable as Dec
21-
open import Relation.Nullary.Decidable using (yes; no; _⊎-dec_; _×-dec_; ¬?; map′; does)
21+
open import Relation.Nullary.Decidable as Dec using (yes; no; _⊎-dec_; _×-dec_; ¬?; map′; does)
2222
open import Function.Base using (id; _$_; _∘_)
2323

2424
private

0 commit comments

Comments
 (0)