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
Rice Wine
Iris
Commits
ed90ff31
Commit
ed90ff31
authored
Nov 22, 2016
by
Robbert Krebbers
Browse files
Comment on commit
44cfd7d3
.
parent
44cfd7d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
prelude/tactics.v
View file @
ed90ff31
...
...
@@ -479,6 +479,7 @@ Tactic Notation "naive_solver" tactic(tac) :=
(**i simplification of assumptions *)
|
H
:
False
|-
_
=>
destruct
H
|
H
:
_
∧
_
|-
_
=>
(* Work around bug https://coq.inria.fr/bugs/show_bug.cgi?id=2901 *)
let
H1
:
=
fresh
in
let
H2
:
=
fresh
in
destruct
H
as
[
H1
H2
]
;
try
clear
H
|
H
:
∃
_
,
_
|-
_
=>
...
...
Write
Preview
Supports
Markdown
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