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 /Bidir.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 'Bidir.agda')
-rw-r--r-- | Bidir.agda | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -18,9 +18,6 @@ open import Data.Vec.Equality using () renaming (module Equality to VecEq) open import Data.Vec.Properties using (tabulate-∘ ; lookup∘tabulate ; map-cong ; map-∘) open import Data.Product using (∃ ; _×_ ; _,_ ; proj₁ ; proj₂) open import Function using (id ; _∘_ ; flip) -open import Function.Equality using (_⟶_ ; _⟨$⟩_) -open import Function.Injection using (module Injection) renaming (Injection to _↪_) -open Injection using (to) open import Relation.Binary.Core using (refl ; _≡_) open import Relation.Binary.Indexed using (_at_) renaming (Setoid to ISetoid) open import Relation.Binary.PropositionalEquality using (cong ; sym ; inspect ; [_] ; trans ; cong₂ ; decSetoid ; module ≡-Reasoning) renaming (setoid to EqSetoid) |