Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-17 | show that Vec is an indexed Setoid | Helmut Grohne | |
We get the plain Setoid for free then. | |||
2014-01-16 | generalize lemma-insert-same to arbitrary Setoids | Helmut Grohne | |
The general idea is to enable bff to use arbitrary DecSetoids. * assoc needs to learn about DecSetoid * checkInsert needs to learn about DecSetoid * InsertionResult needs to learn about Setoid * Parameters to InsertionResult.same become weaker * lemma-checkInsert-restrict should work with weaker same * lemma-insert-same needs to learn about Setoid | |||
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 | |