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
Iris
Fairis
Commits
7700051d
Commit
7700051d
authored
Jan 12, 2016
by
Robbert Krebbers
Browse files
Fix bug in naive_solver.
parent
67246450
Changes
1
Hide whitespace changes
Inline
Side-by-side
prelude/tactics.v
View file @
7700051d
...
...
@@ -333,7 +333,7 @@ Tactic Notation "naive_solver" tactic(tac) :=
|
H
:
False
|-
_
=>
destruct
H
|
H
:
_
∧
_
|-
_
=>
destruct
H
|
H
:
∃
_
,
_
|-
_
=>
destruct
H
|
H
:
?
P
→
?
Q
,
H2
:
?
Q
|-
_
=>
specialize
(
H
H2
)
|
H
:
?
P
→
?
Q
,
H2
:
?
P
|-
_
=>
specialize
(
H
H2
)
(
**
i
simplify
and
solve
equalities
*
)
|
|-
_
=>
progress
simplify_equality
'
(
**
i
solve
the
goal
*
)
...
...
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