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
Simon Spies
stdpp
Commits
c7fe8cd2
Commit
c7fe8cd2
authored
Feb 24, 2013
by
Robbert Krebbers
Browse files
Some cleanup.
parent
9d0d6825
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/list.v
View file @
c7fe8cd2
...
...
@@ -581,15 +581,7 @@ Proof.
*
rewrite
NoDup_nil
.
setoid_rewrite
elem_of_nil
.
naive_solver
.
*
rewrite
!
NoDup_cons
.
setoid_rewrite
elem_of_cons
.
setoid_rewrite
elem_of_app
.
split
.
destruct
IHl
.
intros
[??].
split
.
naive_solver
.
naive_solver
.
naive_solver
.
setoid_rewrite
elem_of_cons
.
setoid_rewrite
elem_of_app
.
naive_solver
.
Qed
.
Global
Instance
NoDup_proper
:
...
...
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