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
Jeehoon Kang
iris-coq
Commits
33ca3791
Commit
33ca3791
authored
Mar 16, 2017
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs' into 'master'
Updating the ProofMode.md docs See merge request !53
parents
3d6525a5
54e7671c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ProofMode.md
ProofMode.md
+2
-2
No files found.
ProofMode.md
View file @
33ca3791
...
...
@@ -57,7 +57,7 @@ Introduction of logical connectives
-----------------------------------
-
`iPureIntro`
: turn a pure goal into a Coq goal. This tactic works for goals
of the shape
`
■ φ
`
,
`a ≡ b`
on discrete COFEs, and
`✓ a`
on discrete CMRAs.
of the shape
`
⌜φ⌝
`
,
`a ≡ b`
on discrete COFEs, and
`✓ a`
on discrete CMRAs.
-
`iLeft`
: left introduction of disjunction.
-
`iRight`
: right introduction of disjunction.
...
...
@@ -113,7 +113,7 @@ Modalities
----------
-
`iModIntro`
: introduction of a modality that is an instance of the
`
Into
Modal`
type class. Instances include: later, except 0, basic update and
`
From
Modal`
type class. Instances include: later, except 0, basic update and
fancy update.
-
`iMod pm_trm as (x1 ... xn) "ipat"`
: eliminate a modality
`pm_trm`
that is
an instance of the
`ElimModal`
type class. Instances include: later, except 0,
...
...
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