annotate src/toc.html @ 541:429e95d23b26

Typo fix
author Adam Chlipala <adam@chlipala.net>
date Sat, 19 Sep 2015 07:44:42 -0400
parents e2c88317611f
children af5de2d0b4ed
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>
adam@381 23 <li><a href="ProgLang.html">A Taste of Reasoning About Programming Language Syntax</a>
adam@383 24 <li><a href="Conclusion.html">Conclusion</a>
adamc@39 25
adamc@39 26 </body></html>