Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
495962d5
Commit
495962d5
authored
Mar 01, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve comment.
parent
29de59ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
theories/proofmode/classes.v
theories/proofmode/classes.v
+4
-4
No files found.
theories/proofmode/classes.v
View file @
495962d5
...
...
@@ -89,10 +89,10 @@ a goal [P] into a modality [M] and proposition [Q].
The input is [P] and the outputs are [M] and [Q].
For modalities [
M
] that do not need to augment the proof mode environment, one
can define an instance [FromModal modality_id (
M
P) P]. Defining such an
only imposes the proof obligation [P ⊢
M
P]. Examples of
modalities that have
such an instance
are [bupd], [fupd], [except_0], [monPred_relatively] and
For modalities [
N
] that do not need to augment the proof mode environment, one
can define an instance [FromModal modality_id (
N
P) P]. Defining such an
instance
only imposes the proof obligation [P ⊢
N
P]. Examples of
such
modalities [N]
are [bupd], [fupd], [except_0], [monPred_relatively] and
[bi_absorbingly]. *)
Class
FromModal
{
PROP1
PROP2
:
bi
}
(
M
:
modality
PROP1
PROP2
)
(
P
:
PROP2
)
(
Q
:
PROP1
)
:
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment