Mercurial > cpdt > repo
comparison src/toc.html @ 353:3322367e955d
Move GeneralRec one chapter slot later, since Subset should be a prereq
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 26 Oct 2011 17:14:28 -0400 |
parents | ad315efc3b6b |
children | d5112c099fbf |
comparison
equal
deleted
inserted
replaced
352:ab60b10890ed | 353:3322367e955d |
---|---|
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="Subset.html">Subset Types and Variations</a> | |
12 <li><a href="GeneralRec.html">General Recursion</a> | 13 <li><a href="GeneralRec.html">General Recursion</a> |
13 <li><a href="Subset.html">Subset Types and Variations</a> | |
14 <li><a href="MoreDep.html">More Dependent Types</a> | 14 <li><a href="MoreDep.html">More Dependent Types</a> |
15 <li><a href="DataStruct.html">Dependent Data Structures</a> | 15 <li><a href="DataStruct.html">Dependent Data Structures</a> |
16 <li><a href="Equality.html">Reasoning About Equality Proofs</a> | 16 <li><a href="Equality.html">Reasoning About Equality Proofs</a> |
17 <li><a href="Generic.html">Generic Programming</a> | 17 <li><a href="Generic.html">Generic Programming</a> |
18 <li><a href="Universes.html">Universes and Axioms</a> | 18 <li><a href="Universes.html">Universes and Axioms</a> |