Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonas Kastberg
iris
Commits
2cd0ddf0
Commit
2cd0ddf0
authored
Jan 20, 2017
by
Robbert Krebbers
Browse files
Hint database for iFrame.
parent
98f73a0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
2cd0ddf0
...
...
@@ -1322,3 +1322,5 @@ Hint Extern 1 (of_envs _ ⊢ |==> _) => iModIntro.
Hint
Extern
1
(
of_envs
_
⊢
◇
_
)
=>
iModIntro
.
Hint
Extern
1
(
of_envs
_
⊢
_
∨
_
)
=>
iLeft
.
Hint
Extern
1
(
of_envs
_
⊢
_
∨
_
)
=>
iRight
.
Hint
Extern
2
(
coq_tactics
.
of_envs
_
⊢
_
∗
_
)
=>
progress
iFrame
:
iFrame
.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment