mit-plv / coqutil

Coq library for tactics, basic definitions, sets, maps
MIT License
42 stars 24 forks source link

New list lemmas #27

Closed jadephilipoom closed 4 years ago

jadephilipoom commented 4 years ago

In the course of writing the bedrock2 backend for fiat-crypto, I ended up needing several lemmas that were not at all specific to the task, and instead were more basic facts about lists, sets, maps, etc. This PR upstreams the generalizable list lemmas.