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
/
Generic.agda
Age
Commit message (
Expand
)
Author
2019-03-31
Generic.toList-fromList is Data.Vec.Properties.toList∘fromList
Helmut Grohne
2019-03-31
Generic.just-injective is Data.Maybe.just-injective
Helmut Grohne
2018-11-25
port to agda/2.5.4.1 and agda-stdlib/0.17
Helmut Grohne
2018-11-25
reorganize equality imports
Helmut Grohne
2018-11-25
fix missing import of "length"
Helmut Grohne
2018-01-02
length-replicate is now upstream as well
Helmut Grohne
2014-02-24
define mapMV via sequenceV
Helmut Grohne
2014-02-17
Merge branch feature-partial-getlen into master
Helmut Grohne
2014-02-07
eliminate useless withs
Helmut Grohne
2014-02-07
replace rewrite with cong where feasible
Helmut Grohne
2014-02-03
make things compile with 2.3.0.1
Helmut Grohne
2014-01-30
express VecBFF via PartialVecBFF
Helmut Grohne
2014-01-28
improve readability using _∋_≈_ instead of Setoid._≈_
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-27
cleanup unused functions and useless steps
Helmut Grohne
2014-01-24
prove theorem-2 in the presence of delete
Helmut Grohne
2014-01-17
show that Vec is an indexed Setoid
Helmut Grohne
2014-01-16
generalize lemma-insert-same to arbitrary Setoids
Helmut Grohne
2013-12-16
add a mapM variant on the Maybe monad on Vecs
Helmut Grohne
2013-12-16
move generic functions to a new Generic module
Helmut Grohne