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
Joshua Yanovski
iris-coq
Commits
d17a2e06
Commit
d17a2e06
authored
Apr 26, 2016
by
Robbert Krebbers
Browse files
Remove unused [iContradiction] tactic.
parent
10a93b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
proofmode/tactics.v
View file @
d17a2e06
...
...
@@ -97,8 +97,6 @@ Tactic Notation "iAssumption" :=
(
**
*
False
*
)
Tactic
Notation
"iExFalso"
:=
apply
tac_ex_falso
.
Tactic
Notation
"iContradiction"
constr
(
H
)
:=
iExFalso
;
iExact
H
.
Tactic
Notation
"iContradiction"
:=
iExFalso
;
iAssumption
.
(
**
*
Pure
introduction
*
)
Tactic
Notation
"iIntro"
"{"
simple_intropattern
(
x
)
"}"
:=
...
...
@@ -551,7 +549,7 @@ Tactic Notation "iDestructHyp" constr(H) "as" constr(pat) :=
|
IFrame
=>
iFrame
Hz
|
IName
?
y
=>
iRename
Hz
into
y
|
IPersistent
?
pat
=>
iPersistent
Hz
;
go
Hz
pat
|
IList
[[]]
=>
i
Contradiction
Hz
|
IList
[[]]
=>
i
ExFalso
;
iExact
Hz
|
IList
[[
?
pat1
;
?
pat2
]]
=>
let
Hy
:=
iFresh
in
iSepDestruct
Hz
as
Hz
Hy
;
go
Hz
pat1
;
go
Hy
pat2
|
IList
[[
?
pat1
];[
?
pat2
]]
=>
iOrDestruct
Hz
as
Hz
Hz
;
[
go
Hz
pat1
|
go
Hz
pat2
]
...
...
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