Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cpdt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
research
cpdt
Commits
402475fd
Commit
402475fd
authored
Oct 10, 2011
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass over MoreDep
parent
63785816
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
89 additions
and
77 deletions
+89
-77
cpdt.bib
latex/cpdt.bib
+11
-1
MoreDep.v
src/MoreDep.v
+70
-75
Subset.v
src/Subset.v
+1
-1
updates.rss
staging/updates.rss
+7
-0
No files found.
latex/cpdt.bib
View file @
402475fd
...
...
@@ -201,4 +201,14 @@
title = {Separation Logic: A Logic for Shared Mutable Data Structures},
booktitle = {Proceedings of the IEEE Symposium on Logic in Computer Science},
year = {2002}
}
\ No newline at end of file
}
@article{Okasaki,
author = {Okasaki, Chris},
title = {Red-black trees in a functional setting},
journal = {J. Funct. Program.},
volume = {9},
issue = {4},
year = {1999},
pages = {471--477},
}
src/MoreDep.v
View file @
402475fd
This diff is collapsed.
Click to expand it.
src/Subset.v
View file @
402475fd
...
...
@@ -326,7 +326,7 @@ end
:
forall
n
:
nat
,
n
>
0
->
{
m
:
nat
|
n
=
S
m
}
]]
We
are
almost
done
with
the
ideal
implementation
of
dependent
predecessor
.
We
can
use
Coq
'
s
syntax
extension
facility
to
arrive
at
code
with
almost
no
complexity
beyond
a
Haskell
or
ML
program
with
a
complete
specification
in
a
comment
.
*
)
We
are
almost
done
with
the
ideal
implementation
of
dependent
predecessor
.
We
can
use
Coq
'
s
syntax
extension
facility
to
arrive
at
code
with
almost
no
complexity
beyond
a
Haskell
or
ML
program
with
a
complete
specification
in
a
comment
.
In
this
book
,
we
will
not
dwell
on
the
details
of
syntax
extensions
;
the
Coq
manual
gives
a
straightforward
introduction
to
them
.
*
)
Notation
"!"
:=
(
False_rec
_
_
)
.
Notation
"[ e ]"
:=
(
exist
_
e
_
)
.
...
...
staging/updates.rss
View file @
402475fd
...
...
@@ -11,6 +11,13 @@
<webMaster>
adam@chlipala.net
</webMaster>
<docs>
http://blogs.law.harvard.edu/tech/rss
</docs>
<item>
<title>
A pass through "More Dependent Types"
</title>
<pubDate>
Mon, 10 Oct 2011 15:59:55 EDT
</pubDate>
<link>
http://adam.chlipala.net/cpdt/
</link>
<author>
adamc@csail.mit.edu
</author>
</item>
<item>
<title>
A pass through "Subset Types and Variations"
</title>
<pubDate>
Wed, 5 Oct 2011 11:32:54 EDT
</pubDate>
...
...
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