Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lennard Gäher
Iris
Commits
bb9201b5
Commit
bb9201b5
authored
Mar 24, 2021
by
Robbert Krebbers
Browse files
Move old note in proof mode docs.
This note is obsolete due to
iris/iris!640
parent
c3aae082
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/proof_mode.md
View file @
bb9201b5
...
@@ -332,12 +332,7 @@ _introduction patterns_:
...
@@ -332,12 +332,7 @@ _introduction patterns_:
to destruct nested (separating) conjunctions.
to destruct nested (separating) conjunctions.
-
`[ipat1|ipat2]`
: disjunction elimination.
-
`[ipat1|ipat2]`
: disjunction elimination.
-
`[]`
: false elimination.
-
`[]`
: false elimination.
-
`%H`
: move the hypothesis to the pure Coq context, and name it
`H`
. Support
-
`%H`
: move the hypothesis to the pure Coq context, and name it
`H`
.
for the
`%H`
introduction pattern requires an implementation of the hook
`string_to_ident`
. Without an implementation of this hook, the
`%H`
pattern
will fail. We provide an implementation of the hook using Ltac2, which works
with Coq 8.11 and later, and can be installed with opam; see
[
iris/string-ident
](
https://gitlab.mpi-sws.org/iris/string-ident
)
for details.
-
`%`
: move the hypothesis to the pure Coq context (anonymously). Note that if
-
`%`
: move the hypothesis to the pure Coq context (anonymously). Note that if
`%`
is followed by an identifier, and not another token, a space is needed
`%`
is followed by an identifier, and not another token, a space is needed
to disambiguate from
`%H`
above.
to disambiguate from
`%H`
above.
...
...
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