comparison src/toc.html @ 350:ad315efc3b6b

Stub out new chapter
author Adam Chlipala <adam@chlipala.net>
date Wed, 26 Oct 2011 11:19:52 -0400
parents 4a432659a698
children 3322367e955d
comparison
equal deleted inserted replaced
349:de7db21a016c 350:ad315efc3b6b
7 <li><a href="Intro.html">Introduction</a> 7 <li><a href="Intro.html">Introduction</a>
8 <li><a href="StackMachine.html">Some Quick Examples</a> 8 <li><a href="StackMachine.html">Some Quick Examples</a>
9 <li><a href="InductiveTypes.html">Introducing Inductive Types</a> 9 <li><a href="InductiveTypes.html">Introducing Inductive Types</a>
10 <li><a href="Predicates.html">Inductive Predicates</a> 10 <li><a href="Predicates.html">Inductive Predicates</a>
11 <li><a href="Coinductive.html">Infinite Data and Proofs</a> 11 <li><a href="Coinductive.html">Infinite Data and Proofs</a>
12 <li><a href="GeneralRec.html">General Recursion</a>
12 <li><a href="Subset.html">Subset Types and Variations</a> 13 <li><a href="Subset.html">Subset Types and Variations</a>
13 <li><a href="MoreDep.html">More Dependent Types</a> 14 <li><a href="MoreDep.html">More Dependent Types</a>
14 <li><a href="DataStruct.html">Dependent Data Structures</a> 15 <li><a href="DataStruct.html">Dependent Data Structures</a>
15 <li><a href="Equality.html">Reasoning About Equality Proofs</a> 16 <li><a href="Equality.html">Reasoning About Equality Proofs</a>
16 <li><a href="Generic.html">Generic Programming</a> 17 <li><a href="Generic.html">Generic Programming</a>