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
Jonas Kastberg
iris
Commits
e78dfb5f
Commit
e78dfb5f
authored
Mar 16, 2017
by
Robbert Krebbers
Browse files
Remove old debugging code.
parent
09722955
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
e78dfb5f
...
...
@@ -830,7 +830,6 @@ Local Tactic Notation "iDestructHyp" constr(H) "as" constr(pat) :=
|
false
=>
go
H
pat
;
find_pat
true
pats
|
true
=>
fail
"iDestruct:"
pat
"should contain exactly one proper introduction pattern"
end
|
_
=>
fail
"hallo"
pats
end
in
let
pats
:
=
intro_pat
.
parse
pat
in
find_pat
false
pats
.
...
...
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