summaryrefslogtreecommitdiff
path: root/Bidir.agda
diff options
context:
space:
mode:
authorHelmut Grohne <grohne@cs.uni-bonn.de>2014-01-30 09:13:11 +0100
committerHelmut Grohne <grohne@cs.uni-bonn.de>2014-01-30 09:13:11 +0100
commit19670abeff9895de593ef26ad2da247ae590ce90 (patch)
treea8ab321a315b27abf5f15fc30701ac481e54ab04 /Bidir.agda
parentc63ff4179147ab237afe7d21d9e3740737c9b942 (diff)
downloadbidiragda-19670abeff9895de593ef26ad2da247ae590ce90.tar.gz
allow importing of Bidir without any postulates
Diffstat (limited to 'Bidir.agda')
-rw-r--r--Bidir.agda4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bidir.agda b/Bidir.agda
index 42f8821..e792b3a 100644
--- a/Bidir.agda
+++ b/Bidir.agda
@@ -24,8 +24,8 @@ open import Relation.Binary.PropositionalEquality using (cong ; sym ; inspect ;
open import Relation.Binary using (Setoid ; module Setoid ; module DecSetoid)
import Relation.Binary.EqReasoning as EqR
-import FreeTheorems
-open FreeTheorems.VecVec using (Get ; module Get)
+import GetTypes
+open GetTypes.VecVec using (Get ; module Get)
open import Generic using (mapMV ; mapMV-cong ; mapMV-purity ; sequenceV ; sequence-map ; VecISetoid)
open import FinMap
import CheckInsert