File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Data/List/Relation/Unary/Sorted/TotalOrder Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
module Data.List.Relation.Unary.Sorted.TotalOrder.Properties where
10
10
11
- open import Data.List.Base hiding (_∷ʳ_)
11
+ open import Data.List.Base
12
12
open import Data.List.Relation.Unary.All using (All)
13
13
open import Data.List.Relation.Unary.AllPairs using (AllPairs)
14
14
open import Data.List.Relation.Unary.Linked as Linked
@@ -23,7 +23,6 @@ open import Data.Nat.Base using (ℕ; zero; suc; _<_)
23
23
24
24
open import Level using (Level)
25
25
open import Relation.Binary hiding (Decidable)
26
- import Relation.Binary.PropositionalEquality as ≡
27
26
import Relation.Binary.Properties.TotalOrder as TotalOrderProperties
28
27
open import Relation.Unary using (Pred; Decidable)
29
28
open import Relation.Nullary.Decidable using (yes; no)
You can’t perform that action at this time.
0 commit comments