Skip to content
Snippets Groups Projects
Commit 6b1af5f3 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Comment about `FromModal`.

parent 1b0c3ebc
No related branches found
No related tags found
No related merge requests found
...@@ -229,6 +229,10 @@ Section modality1. ...@@ -229,6 +229,10 @@ Section modality1.
Qed. Qed.
End modality1. End modality1.
(** The [FromModal M P Q] class is used by the [iModIntro] tactic to transform
a goal [P] into a modality [M] and proposition [Q].
The input is [P] and the outputs are [M] and [Q]. *)
Class FromModal {PROP1 PROP2 : bi} Class FromModal {PROP1 PROP2 : bi}
(M : modality PROP1 PROP2) (P : PROP2) (Q : PROP1) := (M : modality PROP1 PROP2) (P : PROP2) (Q : PROP1) :=
from_modal : M Q P. from_modal : M Q P.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment