Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Spies
Iris
Commits
66f8aa36
Commit
66f8aa36
authored
Jan 05, 2017
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eauto hint for introducing ◇.
parent
070a85d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
theories/proofmode/tactics.v
theories/proofmode/tactics.v
+1
-0
No files found.
theories/proofmode/tactics.v
View file @
66f8aa36
...
@@ -1280,6 +1280,7 @@ Hint Extern 1 (of_envs _ ⊢ _) =>
...
@@ -1280,6 +1280,7 @@ Hint Extern 1 (of_envs _ ⊢ _) =>
|
|-
_
⊢
□
_
=>
iClear
"*"
;
iAlways
|
|-
_
⊢
□
_
=>
iClear
"*"
;
iAlways
|
|-
_
⊢
∃
_
,
_
=>
iExists
_
|
|-
_
⊢
∃
_
,
_
=>
iExists
_
|
|-
_
⊢
|==>
_
=>
iModIntro
|
|-
_
⊢
|==>
_
=>
iModIntro
|
|-
_
⊢
◇
_
=>
iModIntro
end
.
end
.
Hint
Extern
1
(
of_envs
_
⊢
_
)
=>
Hint
Extern
1
(
of_envs
_
⊢
_
)
=>
match
goal
with
|-
_
⊢
(
_
∨
_
)%
I
=>
iLeft
end
.
match
goal
with
|-
_
⊢
(
_
∨
_
)%
I
=>
iLeft
end
.
...
...
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