summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <grohne@cs.uni-bonn.de>2014-02-17 10:30:43 +0100
committerHelmut Grohne <grohne@cs.uni-bonn.de>2014-02-17 10:30:43 +0100
commit248dc87e7c282a56bcc13fc28701a572288bc3ec (patch)
treeed2cfd816af4eac83063041d92441d364b4ab639
parentf4e7869c1d203fcf406b01e34d6276adf49fb79a (diff)
downloadbidiragda-248dc87e7c282a56bcc13fc28701a572288bc3ec.tar.gz
avoid useless repetition
-rw-r--r--Bidir.agda2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bidir.agda b/Bidir.agda
index f0b7bc1..fe3768d 100644
--- a/Bidir.agda
+++ b/Bidir.agda
@@ -248,4 +248,4 @@ theorem-2 G n s v u p | h′ , ph′ | h , ph = drop-just (begin⟨ MaybeSetoid
g′ = delete-many (get s′) g
t = enumeratel n
h↦h′ = flip union (reshape g′ n)
- h′↦r = flip mapMV (enumeratel n) ∘ flip lookupM
+ h′↦r = flip mapMV t ∘ flip lookupM