Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Get rid of checkInsertProof entirely. Conflicts: Bidir.agda (change of lemma-just\==nnothing vs. checkInsertProof removal) | |||
2013-01-14 | define a more useful version of lemma-just\==nnothing | Helmut Grohne | |
If one had a parameter of type just x \== nothing it could be simply refuted by case splitting. So the cases where lemma-just\==nnothing was used always employed trans to combine two results. The new version takes both results instead. | |||
2013-01-12 | introduce a proper view on checkInsert | Helmut Grohne | |
Thanks to Joachim Breitner for helping me to work out the definition of InsertionResult and to Daniel Seidel for helping me understand what makes a view. | |||
2013-01-10 | reduce a precondition of lemma-checkInsert-lookupM | Helmut Grohne | |
Now it looks a lot more like lemma-lookupM-insert-other, so rename it to lemma-lookupM-checkInsert-other. | |||
2013-01-10 | add new lemma-checkInsert-lookupM | Helmut Grohne | |
Suggested by Joachim Breitner. | |||
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 | |
Less characters => more readable. | |||
2012-10-25 | rename lemma-from-just to just-injective | Helmut Grohne | |
We already have suc-injective and \::-injective. Consistency! | |||
2012-10-22 | finally parameterize CheckInsert | Helmut Grohne | |
Also adapt depending modules. Long lines generally become shorter. The misleading name "EqInst" (hiding the decidability) got discarded. | |||
2012-09-26 | use _\==n_ and _\notin_ instead of \neg | Helmut Grohne | |
Consistent. Shorter. | |||
2012-09-26 | import [_] instead of Reveal_is_ | Helmut Grohne | |
This makes things a little shorter and more readable. | |||
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 | |