diff options
author | Helmut Grohne <grohne@cs.uni-bonn.de> | 2014-01-30 09:13:11 +0100 |
---|---|---|
committer | Helmut Grohne <grohne@cs.uni-bonn.de> | 2014-01-30 09:13:11 +0100 |
commit | 19670abeff9895de593ef26ad2da247ae590ce90 (patch) | |
tree | a8ab321a315b27abf5f15fc30701ac481e54ab04 /Precond.agda | |
parent | c63ff4179147ab237afe7d21d9e3740737c9b942 (diff) | |
download | bidiragda-19670abeff9895de593ef26ad2da247ae590ce90.tar.gz |
allow importing of Bidir without any postulates
Diffstat (limited to 'Precond.agda')
-rw-r--r-- | Precond.agda | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Precond.agda b/Precond.agda index a1f1081..2be3f3a 100644 --- a/Precond.agda +++ b/Precond.agda @@ -30,8 +30,8 @@ import CheckInsert open CheckInsert (decSetoid deq) using (checkInsert ; lemma-checkInsert-new ; lemma-lookupM-checkInsert-other) import BFF open import Bidir (decSetoid deq) using (_in-domain-of_ ; lemma-assoc-domain ; lemma-just-sequence) -import FreeTheorems -open FreeTheorems.VecVec using (Get ; module Get) +import GetTypes +open GetTypes.VecVec using (Get ; module Get) open BFF.VecBFF (decSetoid deq) using (assoc ; enumerate ; denumerate ; bff) lemma-lookup-map-just : {n : ℕ} (f : Fin n) {A : Set} (v : Vec A n) → lookup f (map Maybe.just v) ≡ Maybe.just (lookup f v) |