Skip to content

Commit b0662ad

Browse files
committed
Remove now redundant imports
1 parent efa1e82 commit b0662ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Data/List/Relation/Unary/Sorted/TotalOrder/Properties.agda

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
module Data.List.Relation.Unary.Sorted.TotalOrder.Properties where
1010

11-
open import Data.List.Base hiding (_∷ʳ_)
11+
open import Data.List.Base
1212
open import Data.List.Relation.Unary.All using (All)
1313
open import Data.List.Relation.Unary.AllPairs using (AllPairs)
1414
open import Data.List.Relation.Unary.Linked as Linked
@@ -23,7 +23,6 @@ open import Data.Nat.Base using (ℕ; zero; suc; _<_)
2323

2424
open import Level using (Level)
2525
open import Relation.Binary hiding (Decidable)
26-
import Relation.Binary.PropositionalEquality as ≡
2726
import Relation.Binary.Properties.TotalOrder as TotalOrderProperties
2827
open import Relation.Unary using (Pred; Decidable)
2928
open import Relation.Nullary.Decidable using (yes; no)

0 commit comments

Comments
 (0)