index
:
~helmut/bidiragda.git
master
Bidirectionalization for Free in Agda (http://subdivi.de/~helmut/academia/fsbxia.pdf)
Helmut Grohne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FinMap.agda
Age
Commit message (
Expand
)
Author
2015-06-03
rewrite lemma-disjoint-union in a more compositional way
Helmut Grohne
2014-11-26
fix compilation against agda stdlib 0.9
Helmut Grohne
2014-10-30
make more parameters implicit
Helmut Grohne
2014-10-20
change restrict and fromAscList to work with Vec
Helmut Grohne
2014-10-16
sym result of lemma-lookupM-{i,checkI}nsert-other
Helmut Grohne
2014-10-15
remove lemma-just≢nothing
Helmut Grohne
2014-02-26
fix compilation on Agda 2.3.0.1
Helmut Grohne
2014-02-24
define fromFunc more conveniently
Helmut Grohne
2014-02-17
fix compilation on Agda 2.3.0.1
Helmut Grohne
2014-02-10
Merge branch master into feature-shape-update
Helmut Grohne
2014-02-07
eliminate useless withs
Helmut Grohne
2014-02-07
allow shape shape updates in bff
Helmut Grohne
2014-02-05
add lemma-lookupM-fromFunc
Helmut Grohne
2014-02-03
make things compile with 2.3.0.1
Helmut Grohne
2014-01-28
use the indexed version of the Vec Setoid
Helmut Grohne
2014-01-27
Merge branch feature-delete
Helmut Grohne
2014-01-23
show a stronger lemma-checkInsert-restrict
Helmut Grohne
2014-01-16
generalize lemma-insert-same to arbitrary Setoids
Helmut Grohne
2013-12-17
refactor to get rid of FinMap without Maybe entirely
Helmut Grohne
2013-12-17
update bff implementation to use delete
Helmut Grohne
2013-12-16
move generic functions to a new Generic module
Helmut Grohne
2013-12-16
add new functions delete, delete-many and partialize
Helmut Grohne
2013-04-18
trim lemma-union-restrict
Helmut Grohne
2013-01-28
polish lemmata in FinMap
Helmut Grohne
2013-01-14
define a more useful version of lemma-just\==nnothing
Helmut Grohne
2013-01-05
shrink lemma-tabulate-\circ using cong\_2
Helmut Grohne
2012-12-10
get rid of contraposition
Helmut Grohne
2012-11-22
shorten line lengths lemma-union-restrict
Helmut Grohne
2012-10-25
rename lemma-from-just to just-injective
Helmut Grohne
2012-09-26
use _\==n_ and _\notin_ instead of \neg
Helmut Grohne
2012-04-27
use fromFunc to define union
Helmut Grohne
2012-04-19
FinMap: lemma-lookupM-restrict drop useless implicit
Helmut Grohne
2012-04-19
move lemma-just!=nothing to FinMap and use it there
Helmut Grohne
2012-02-09
avoid a sym in lemma-union-restrict
Helmut Grohne
2012-02-09
s/generate/restrict/g
Helmut Grohne
2012-02-09
prove lemma-union-generate
Helmut Grohne
2012-01-26
split Bidir.agda to FinMap.agda
Helmut Grohne