From 0d020a2a33228711fd3c1fd654fcc409f0c28dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Dimja=C5=A1evi=C4=87?= Date: Sun, 10 Mar 2019 18:56:46 +0100 Subject: [PATCH] Decidable: removes unused and unrelated imports --- src/plfa/Decidable.lagda | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/plfa/Decidable.lagda b/src/plfa/Decidable.lagda index f343dcfb..9add9a36 100644 --- a/src/plfa/Decidable.lagda +++ b/src/plfa/Decidable.lagda @@ -23,18 +23,16 @@ of a new notion of _decidable_. \begin{code} import Relation.Binary.PropositionalEquality as Eq -open Eq using (_≡_; refl; sym; trans; cong) +open Eq using (_≡_; refl) open Eq.≡-Reasoning open import Data.Nat using (ℕ; zero; suc) open import Data.Product using (_×_) renaming (_,_ to ⟨_,_⟩) open import Data.Sum using (_⊎_; inj₁; inj₂) open import Relation.Nullary using (¬_) -open import Relation.Nullary.Negation using (contraposition) +open import Relation.Nullary.Negation using () renaming (contradiction to ¬¬-intro) open import Data.Unit using (⊤; tt) open import Data.Empty using (⊥; ⊥-elim) -open import Data.List using (List; []; _∷_; foldr; map) -open import Function using (_∘_) open import plfa.Relations using (_<_; z