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
George Pirlea
Iris
Commits
07723dc2
Commit
07723dc2
authored
May 10, 2016
by
Robbert Krebbers
Browse files
Use congruence in wp_cas_fail and wp_cas_suc.
parent
27baa1d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/proofmode.v
View file @
07723dc2
...
...
@@ -155,7 +155,7 @@ Tactic Notation "wp_cas_fail" :=
|
done
||
eauto
with
ndisj
|
apply
_
|
iAssumptionCore
||
fail
2
"wp_cas_fail: cannot find"
l
"↦ ?"
|
try
discriminat
e
|
try
congruenc
e
|
wp_finish
]
end
)
||
fail
"wp_cas_fail: cannot find 'CAS' in"
e
|
_
=>
fail
"wp_cas_fail: not a 'wp'"
...
...
@@ -173,7 +173,7 @@ Tactic Notation "wp_cas_suc" :=
|
done
||
eauto
with
ndisj
|
apply
_
|
iAssumptionCore
||
fail
2
"wp_cas_suc: cannot find"
l
"↦ ?"
|
try
reflexivity
|
try
congruence
|
env_cbv
;
reflexivity
|
wp_finish
]
end
)
||
fail
"wp_cas_suc: cannot find 'CAS' in"
e
...
...
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