Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Abhishek Anand
Iris
Commits
07ba4fef
Commit
07ba4fef
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Coqdoc tweak.
parent
d2c2d931
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/proofmode/classes.v
+2
-5
2 additions, 5 deletions
theories/proofmode/classes.v
with
2 additions
and
5 deletions
theories/proofmode/classes.v
+
2
−
5
View file @
07ba4fef
...
@@ -134,17 +134,14 @@ Arguments IntoAbsorbingly {_} _%I _%I.
...
@@ -134,17 +134,14 @@ Arguments IntoAbsorbingly {_} _%I _%I.
Arguments
into_absorbingly
{_}
_
%
I
_
%
I
{_}
.
Arguments
into_absorbingly
{_}
_
%
I
_
%
I
{_}
.
Hint
Mode
IntoAbsorbingly
+
-
!
:
typeclass_instances
.
Hint
Mode
IntoAbsorbingly
+
-
!
:
typeclass_instances
.
(*
(** Converting an assumption [R] into a wand [P -∗ Q] is done in three stages:
Converting an assumption [R] into a wand [P -∗ Q] is done in three stages:
- Strip modalities and universal quantifiers of [R] until an arrow or a wand
- Strip modalities and universal quantifiers of [R] until an arrow or a wand
has been obtained.
has been obtained.
- Balance modalities in the arguments [P] and [Q] to match the goal (which used
- Balance modalities in the arguments [P] and [Q] to match the goal (which used
for [iApply]) or the premise (when used with [iSpecialize] and a specific
for [iApply]) or the premise (when used with [iSpecialize] and a specific
hypothesis).
hypothesis).
- Instantiate the premise of the wand or implication.
- Instantiate the premise of the wand or implication. *)
*)
Class
IntoWand
{
PROP
:
bi
}
(
p
q
:
bool
)
(
R
P
Q
:
PROP
)
:=
Class
IntoWand
{
PROP
:
bi
}
(
p
q
:
bool
)
(
R
P
Q
:
PROP
)
:=
into_wand
:
□
?p
R
⊢
□
?q
P
-∗
Q
.
into_wand
:
□
?p
R
⊢
□
?q
P
-∗
Q
.
Arguments
IntoWand
{_}
_
_
_
%
I
_
%
I
_
%
I
:
simpl
never
.
Arguments
IntoWand
{_}
_
_
_
%
I
_
%
I
_
%
I
:
simpl
never
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment