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
/
CheckInsert.agda
Age
Commit message (
Expand
)
Author
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-01-28
there is no need to work with IsPreorder
Helmut Grohne
2014-01-28
use the indexed version of the Vec Setoid
Helmut Grohne
2014-01-23
show a stronger lemma-checkInsert-restrict
Helmut Grohne
2014-01-17
generalize checkInsert to arbitrary Setoids
Helmut Grohne
2014-01-16
generalize lemma-insert-same to arbitrary Setoids
Helmut Grohne
2013-02-01
employ insertionresult in lemma-lookupM-checkInsert
Helmut Grohne
2013-01-28
drop the insert- prefix from the insertionresult ctors
Helmut Grohne
2013-01-17
Merge branch view2 into master
Helmut Grohne
2013-01-14
define a more useful version of lemma-just\==nnothing
Helmut Grohne
2013-01-12
introduce a proper view on checkInsert
Helmut Grohne
2013-01-10
reduce a precondition of lemma-checkInsert-lookupM
Helmut Grohne
2013-01-10
add new lemma-checkInsert-lookupM
Helmut Grohne
2013-01-09
simplify lemma-lookupM-checkInsert using case-split
Helmut Grohne
2012-11-22
shorten line length of lemma-lookupM-checkInsert
Helmut Grohne
2012-11-02
rewrite checkInsert using "... |" notation
Helmut Grohne
2012-10-25
rename lemma-from-just to just-injective
Helmut Grohne
2012-10-22
finally parameterize CheckInsert
Helmut Grohne
2012-09-26
use _\==n_ and _\notin_ instead of \neg
Helmut Grohne
2012-09-26
import [_] instead of Reveal_is_
Helmut Grohne
2012-09-18
one more application of lemma-just\==nnothing
Helmut Grohne
2012-06-05
move checkInsert and related properties to CheckInsert.agda
Helmut Grohne