diff options
author | Helmut Grohne <grohne@cs.uni-bonn.de> | 2014-02-04 11:12:42 +0100 |
---|---|---|
committer | Helmut Grohne <grohne@cs.uni-bonn.de> | 2014-02-04 11:12:42 +0100 |
commit | ce4bbcc0c06b088a10881fcd66da5422571e7995 (patch) | |
tree | c87b21f7ed50c335dd093700050ce94b134d44fb /Precond.agda | |
parent | 20c176d383e59a0345f7425c5f14679906159a59 (diff) | |
download | bidiragda-ce4bbcc0c06b088a10881fcd66da5422571e7995.tar.gz |
remove unused imports
Most of the became unused by using the convenience functions introduced
in the parent commit.
Diffstat (limited to 'Precond.agda')
-rw-r--r-- | Precond.agda | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Precond.agda b/Precond.agda index 81c204b..ebb5412 100644 --- a/Precond.agda +++ b/Precond.agda @@ -20,11 +20,8 @@ open Data.List.Any.Membership-≡ using (_∉_) open import Data.Maybe using (just) open import Data.Product using (∃ ; _,_ ; proj₂) open import Function using (flip ; _∘_ ; id) -open import Function.Equality using (_⟶_ ; _⟨$⟩_) -open import Function.Injection using (module Injection) renaming (Injection to _↪_) -open Injection using (to) open import Relation.Binary using (Setoid) -open import Relation.Binary.PropositionalEquality using (refl ; cong ; inspect ; [_] ; sym ; decSetoid) renaming (setoid to EqSetoid) +open import Relation.Binary.PropositionalEquality using (refl ; cong ; inspect ; [_] ; sym ; decSetoid) open Relation.Binary.PropositionalEquality.≡-Reasoning using (begin_ ; _≡⟨_⟩_ ; _∎) open import Relation.Nullary using (yes ; no) |