Mercurial > cpdt > repo
changeset 543:af5de2d0b4ed
Fix HTML filename convention
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 02 Oct 2015 12:54:14 -0400 |
parents | f874c163f5e0 |
children | 71b85aaae868 |
files | src/toc.html |
diffstat | 1 files changed, 18 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/src/toc.html Fri Oct 02 12:49:58 2015 -0400 +++ b/src/toc.html Fri Oct 02 12:54:14 2015 -0400 @@ -4,23 +4,23 @@ <h1>Certified Programming with Dependent Types</h1> -<li><a href="Intro.html">Introduction</a> -<li><a href="StackMachine.html">Some Quick Examples</a> -<li><a href="InductiveTypes.html">Introducing Inductive Types</a> -<li><a href="Predicates.html">Inductive Predicates</a> -<li><a href="Coinductive.html">Infinite Data and Proofs</a> -<li><a href="Subset.html">Subset Types and Variations</a> -<li><a href="GeneralRec.html">General Recursion</a> -<li><a href="MoreDep.html">More Dependent Types</a> -<li><a href="DataStruct.html">Dependent Data Structures</a> -<li><a href="Equality.html">Reasoning About Equality Proofs</a> -<li><a href="Generic.html">Generic Programming</a> -<li><a href="Universes.html">Universes and Axioms</a> -<li><a href="LogicProg.html">Proof Search by Logic Programming</a> -<li><a href="Match.html">Proof Search in Ltac</a> -<li><a href="Reflection.html">Proof by Reflection</a> -<li><a href="Large.html">Proving in the Large</a> -<li><a href="ProgLang.html">A Taste of Reasoning About Programming Language Syntax</a> -<li><a href="Conclusion.html">Conclusion</a> +<li><a href="Cpdt.Intro.html">Introduction</a> +<li><a href="Cpdt.StackMachine.html">Some Quick Examples</a> +<li><a href="Cpdt.InductiveTypes.html">Introducing Inductive Types</a> +<li><a href="Cpdt.Predicates.html">Inductive Predicates</a> +<li><a href="Cpdt.Coinductive.html">Infinite Data and Proofs</a> +<li><a href="Cpdt.Subset.html">Subset Types and Variations</a> +<li><a href="Cpdt.GeneralRec.html">General Recursion</a> +<li><a href="Cpdt.MoreDep.html">More Dependent Types</a> +<li><a href="Cpdt.DataStruct.html">Dependent Data Structures</a> +<li><a href="Cpdt.Equality.html">Reasoning About Equality Proofs</a> +<li><a href="Cpdt.Generic.html">Generic Programming</a> +<li><a href="Cpdt.Universes.html">Universes and Axioms</a> +<li><a href="Cpdt.LogicProg.html">Proof Search by Logic Programming</a> +<li><a href="Cpdt.Match.html">Proof Search in Ltac</a> +<li><a href="Cpdt.Reflection.html">Proof by Reflection</a> +<li><a href="Cpdt.Large.html">Proving in the Large</a> +<li><a href="Cpdt.ProgLang.html">A Taste of Reasoning About Programming Language Syntax</a> +<li><a href="Cpdt.Conclusion.html">Conclusion</a> </body></html>