Mercurial > cpdt > repo
diff src/toc.html @ 39:fd18331e5c0b
Publishing to the web
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 12 Sep 2008 17:18:11 -0400 |
parents | |
children | 552e96f6bbc1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/toc.html Fri Sep 12 17:18:11 2008 -0400 @@ -0,0 +1,11 @@ +<html><head> +<title>Certified Programming with Dependent Types</title> +</head><body> + +<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">Inductive Types</a> + +</body></html>