annotate src/toc.html @ 369:4550dedad73a
Change make invocations to work properly with -j
author |
Adam Chlipala <adam@chlipala.net> |
date |
Fri, 16 Dec 2011 13:28:11 -0500 |
parents |
3322367e955d |
children |
d5112c099fbf |
rev |
line source |
adamc@39
|
1 <html><head>
|
adamc@39
|
2 <title>Certified Programming with Dependent Types</title>
|
adamc@39
|
3 </head><body>
|
adamc@39
|
4
|
adamc@39
|
5 <h1>Certified Programming with Dependent Types</h1>
|
adamc@39
|
6
|
adamc@39
|
7 <li><a href="Intro.html">Introduction</a>
|
adamc@39
|
8 <li><a href="StackMachine.html">Some Quick Examples</a>
|
adamc@57
|
9 <li><a href="InductiveTypes.html">Introducing Inductive Types</a>
|
adamc@56
|
10 <li><a href="Predicates.html">Inductive Predicates</a>
|
adamc@62
|
11 <li><a href="Coinductive.html">Infinite Data and Proofs</a>
|
adam@353
|
12 <li><a href="Subset.html">Subset Types and Variations</a>
|
adam@350
|
13 <li><a href="GeneralRec.html">General Recursion</a>
|
adamc@83
|
14 <li><a href="MoreDep.html">More Dependent Types</a>
|
adamc@105
|
15 <li><a href="DataStruct.html">Dependent Data Structures</a>
|
adamc@118
|
16 <li><a href="Equality.html">Reasoning About Equality Proofs</a>
|
adamc@226
|
17 <li><a href="Generic.html">Generic Programming</a>
|
adamc@227
|
18 <li><a href="Universes.html">Universes and Axioms</a>
|
adam@326
|
19 <li><a href="LogicProg.html">Proof Search by Logic Programming</a>
|
adamc@132
|
20 <li><a href="Match.html">Proof Search in Ltac</a>
|
adamc@142
|
21 <li><a href="Reflection.html">Proof by Reflection</a>
|
adamc@235
|
22 <li><a href="Large.html">Proving in the Large</a>
|
adamc@39
|
23
|
adamc@39
|
24 </body></html>
|