DeepSpec / InteractionTrees

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

More interaction lemmas and inversion principles #249

Closed lephe closed 1 year ago

lephe commented 1 year 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!