Mercurial > cpdt > repo
comparison src/toc.html @ 543:af5de2d0b4ed
Fix HTML filename convention
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 02 Oct 2015 12:54:14 -0400 |
parents | e2c88317611f |
children |
comparison
equal
deleted
inserted
replaced
542:f874c163f5e0 | 543:af5de2d0b4ed |
---|---|
2 <title>Certified Programming with Dependent Types</title> | 2 <title>Certified Programming with Dependent Types</title> |
3 </head><body> | 3 </head><body> |
4 | 4 |
5 <h1>Certified Programming with Dependent Types</h1> | 5 <h1>Certified Programming with Dependent Types</h1> |
6 | 6 |
7 <li><a href="Intro.html">Introduction</a> | 7 <li><a href="Cpdt.Intro.html">Introduction</a> |
8 <li><a href="StackMachine.html">Some Quick Examples</a> | 8 <li><a href="Cpdt.StackMachine.html">Some Quick Examples</a> |
9 <li><a href="InductiveTypes.html">Introducing Inductive Types</a> | 9 <li><a href="Cpdt.InductiveTypes.html">Introducing Inductive Types</a> |
10 <li><a href="Predicates.html">Inductive Predicates</a> | 10 <li><a href="Cpdt.Predicates.html">Inductive Predicates</a> |
11 <li><a href="Coinductive.html">Infinite Data and Proofs</a> | 11 <li><a href="Cpdt.Coinductive.html">Infinite Data and Proofs</a> |
12 <li><a href="Subset.html">Subset Types and Variations</a> | 12 <li><a href="Cpdt.Subset.html">Subset Types and Variations</a> |
13 <li><a href="GeneralRec.html">General Recursion</a> | 13 <li><a href="Cpdt.GeneralRec.html">General Recursion</a> |
14 <li><a href="MoreDep.html">More Dependent Types</a> | 14 <li><a href="Cpdt.MoreDep.html">More Dependent Types</a> |
15 <li><a href="DataStruct.html">Dependent Data Structures</a> | 15 <li><a href="Cpdt.DataStruct.html">Dependent Data Structures</a> |
16 <li><a href="Equality.html">Reasoning About Equality Proofs</a> | 16 <li><a href="Cpdt.Equality.html">Reasoning About Equality Proofs</a> |
17 <li><a href="Generic.html">Generic Programming</a> | 17 <li><a href="Cpdt.Generic.html">Generic Programming</a> |
18 <li><a href="Universes.html">Universes and Axioms</a> | 18 <li><a href="Cpdt.Universes.html">Universes and Axioms</a> |
19 <li><a href="LogicProg.html">Proof Search by Logic Programming</a> | 19 <li><a href="Cpdt.LogicProg.html">Proof Search by Logic Programming</a> |
20 <li><a href="Match.html">Proof Search in Ltac</a> | 20 <li><a href="Cpdt.Match.html">Proof Search in Ltac</a> |
21 <li><a href="Reflection.html">Proof by Reflection</a> | 21 <li><a href="Cpdt.Reflection.html">Proof by Reflection</a> |
22 <li><a href="Large.html">Proving in the Large</a> | 22 <li><a href="Cpdt.Large.html">Proving in the Large</a> |
23 <li><a href="ProgLang.html">A Taste of Reasoning About Programming Language Syntax</a> | 23 <li><a href="Cpdt.ProgLang.html">A Taste of Reasoning About Programming Language Syntax</a> |
24 <li><a href="Conclusion.html">Conclusion</a> | 24 <li><a href="Cpdt.Conclusion.html">Conclusion</a> |
25 | 25 |
26 </body></html> | 26 </body></html> |