DeepSpec / InteractionTrees

A Library for Representing Recursive and Impure Programs in Coq
MIT License
204 stars 51 forks source link

More interaction lemmas and inversion principles #249

Closed lephe closed 1 year ago

lephe commented 2 years ago

General-purpose lemmas from building abstract interpreters. These are almost all lemmas about how existing constructions interact which each other or inversion principles. Not all are used in my codebase anymore, but I figure they're worth keeping around...

Changes:

Lysxia commented 1 year ago

Thanks!