DeepSpec / InteractionTrees

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

interp_prop is in the wrong place #243

Closed Zdancewic closed 2 years ago

Zdancewic commented 2 years ago

For some reason interp_prop is in [State.v](https://github.com/DeepSpec/InteractionTrees/blob/master/theories/Events/State.v) and similarly for the associated facts. These clearly belong somewhere else.

Lysxia commented 2 years ago

It seems to have moved to interp_iforest from Irene's PR. I did a bit of deduplication in #244.