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 /FreeTheorems.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 'FreeTheorems.agda')
-rw-r--r-- | FreeTheorems.agda | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FreeTheorems.agda b/FreeTheorems.agda index 2181163..d4eb174 100644 --- a/FreeTheorems.agda +++ b/FreeTheorems.agda @@ -11,8 +11,6 @@ open import Relation.Binary.PropositionalEquality using (_≗_ ; cong) renaming open import Relation.Binary using (Setoid) open Injection using (to) -open import Generic using (≡-to-Π) - import GetTypes module ListList where |