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
Simon Spies
stdpp
Commits
c7fe8cd2
Commit
c7fe8cd2
authored
Feb 24, 2013
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some cleanup.
parent
9d0d6825
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
theories/list.v
theories/list.v
+1
-9
No files found.
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
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