summaryrefslogtreecommitdiff
path: root/FreeTheorems.agda
diff options
context:
space:
mode:
authorHelmut Grohne <grohne@cs.uni-bonn.de>2014-02-04 11:12:42 +0100
committerHelmut Grohne <grohne@cs.uni-bonn.de>2014-02-04 11:12:42 +0100
commitce4bbcc0c06b088a10881fcd66da5422571e7995 (patch)
treec87b21f7ed50c335dd093700050ce94b134d44fb /FreeTheorems.agda
parent20c176d383e59a0345f7425c5f14679906159a59 (diff)
downloadbidiragda-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.agda2
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