Skip to content

Extend ElimModal with Boolean flags to specify whether it operates on the…

Robbert Krebbers requested to merge robbert/ElimModal into gen_proofmode

Extend ElimModal with Boolean flags to specify whether it operates on the persistent/spatial context:

Class ElimModal {PROP : bi} (φ : Prop) (p p' : bool) (P P' : PROP) (Q Q' : PROP) :=
  elim_modal : φ  ?p P  (?p' P' -∗ Q')  Q.

This provides a preparation for #167.

Edited by Robbert Krebbers

Merge request reports