Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
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
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
Paolo G. Giarrusso
iris
Commits
00fef20c
Commit
00fef20c
authored
7 months ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Add docs and CHANGELOG.
parent
64eab238
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
docs/proof_mode.md
+4
-0
4 additions, 0 deletions
docs/proof_mode.md
with
5 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
00fef20c
...
@@ -19,6 +19,7 @@ lemma.
...
@@ -19,6 +19,7 @@ lemma.
invariant opening.
invariant opening.
*
Change
`iInduction`
to always generate a magic wand instead of sometimes
*
Change
`iInduction`
to always generate a magic wand instead of sometimes
generating an implication for reverted hypotheses.
generating an implication for reverted hypotheses.
*
Add
`iUnfold`
tactic.
**Changes in `base_logic`:**
**Changes in `base_logic`:**
...
...
This diff is collapsed.
Click to expand it.
docs/proof_mode.md
+
4
−
0
View file @
00fef20c
...
@@ -273,6 +273,10 @@ Rewriting / simplification
...
@@ -273,6 +273,10 @@ Rewriting / simplification
-
`iSimpl`
/
`iSimpl in "selpat"`
: perform
`simpl`
on the proof mode
-
`iSimpl`
/
`iSimpl in "selpat"`
: perform
`simpl`
on the proof mode
goal / hypotheses given by the selection pattern
`selpat`
. This is a
goal / hypotheses given by the selection pattern
`selpat`
. This is a
shorthand for
`iEval (simpl)`
.
shorthand for
`iEval (simpl)`
.
-
`iUnfold xs`
/
`iUnfold xs in "selpat"`
: perform
`unfold xs`
on the proof
mode goal / hypotheses given by the selection pattern
`selpat`
. This is a
shorthand for
`iEval (unfold xs)`
. Similar to Coq's
`unfold`
, the argument
`xs`
should be a comma-separated non-empty list.
Iris
Iris
----
----
...
...
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