aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Bool/Reflect.v
Commit message (Collapse)AuthorAge
* Add Primitive.reflect_eq_prodGravatar Jason Gross2019-04-18
|
* Don't eagerly unfold boolean functions, hopefully, in tc reflect searchGravatar Jason Gross2019-04-05
|
* Hint reflect on negbGravatar Jason Gross2019-04-05
| | | | | | This way we can pick it up based on the bool, and not just on the Prop. This allows us to `apply Reflect.reflect_bool in H` for `H : negb (_ =? _) = true` and have it work.
* Add some minor reflect thingsGravatar Jason Gross2019-03-04
|
* Make [reflect] a typeclass and add a bunch of lemmasGravatar Jason Gross2019-03-04
|
* Add more reflect tacticsGravatar Jason Gross2018-09-27
|
* Add some lemmas about Bool.reflectGravatar Jason Gross2018-09-27