Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
ed90ff31
Commit
ed90ff31
authored
Nov 22, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment on commit
44cfd7d3
.
parent
44cfd7d3
Pipeline
#3033
passed with stage
in 10 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
prelude/tactics.v
prelude/tactics.v
+1
-0
No files found.
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
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