Skip to content

Commit 1f67bef

Browse files
committed
tightne imports
1 parent 617bd62 commit 1f67bef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Data/Fin/Properties.agda

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ open import Relation.Binary.PropositionalEquality.Properties as ≡
4747
open import Relation.Nullary.Decidable as Dec
4848
using (Dec; _because_; yes; no; _×-dec_; _⊎-dec_; map′)
4949
open import Relation.Nullary.Negation.Core using (¬_; contradiction)
50-
open import Relation.Nullary.Recomputable using (¬-recompute)
51-
open import Relation.Nullary.Reflects using (Reflects; invert)
50+
open import Relation.Nullary.Reflects using (invert)
5251
open import Relation.Unary as U
5352
using (U; Pred; Decidable; _⊆_; Satisfiable; Universal)
5453
open import Relation.Unary.Properties using (U?)

0 commit comments

Comments
 (0)