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
AVA
FloVer
Commits
4eebe12b
Commit
4eebe12b
authored
Oct 20, 2017
by
Nikita Zyuzin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace firstorder application with more detailed proof
parent
df39f778
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coq/Expressions.v
coq/Expressions.v
+1
-1
No files found.
coq/Expressions.v
View file @
4eebe12b
...
...
@@ -229,7 +229,7 @@ Proof.
rewrite
teropEq_refl
;
simpl
.
rewrite
andb_true_iff
.
rewrite
andb_true_iff
.
firstorder
.
split
;
[
split
;
[
eapply
IHe1
;
eauto
|
eapply
IHe2
;
eauto
]
|
eapply
IHe3
;
eauto
]
.
-
andb_to_prop
eq1
;
andb_to_prop
eq2
.
rewrite
mTypeEq_compat_eq
in
*
;
subst
.
...
...
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