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
Marianna Rapoport
iris-coq
Commits
66f8aa36
Commit
66f8aa36
authored
Jan 05, 2017
by
Robbert Krebbers
Browse files
eauto hint for introducing ◇.
parent
070a85d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
66f8aa36
...
...
@@ -1280,6 +1280,7 @@ Hint Extern 1 (of_envs _ ⊢ _) =>
|
|-
_
⊢
□
_
=>
iClear
"*"
;
iAlways
|
|-
_
⊢
∃
_
,
_
=>
iExists
_
|
|-
_
⊢
|==>
_
=>
iModIntro
|
|-
_
⊢
◇
_
=>
iModIntro
end
.
Hint
Extern
1
(
of_envs
_
⊢
_
)
=>
match
goal
with
|-
_
⊢
(
_
∨
_
)%
I
=>
iLeft
end
.
...
...
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