annotate staging/ex/index.html @ 489:a95af5a59990

Exercises online
author Adam Chlipala <adam@chlipala.net>
date Tue, 08 Jan 2013 15:48:32 -0500
parents
children c8a3cb24bae9
rev   line source
adam@489 1 <html>
adam@489 2 <head>
adam@489 3 <link rel="stylesheet" type="text/css" href="/style.css">
adam@489 4 <title>Certified Programming with Dependent Types Exercises</title>
adam@489 5 </head><body>
adam@489 6 <h1><a href="..">Certified Programming with Dependent Types</a> Exercises</h1>
adam@489 7
adam@489 8 <div class="summary">
adam@489 9 <p>Here lies an attempt to crowdsource the production of exercises for CPDT.</p>
adam@489 10 </div>
adam@489 11
adam@489 12 <div class="project">
adam@489 13 <h2>Suggested Exercises</h2>
adam@489 14 <ul>
adam@489 15 <li> <a href="exercises.pdf">Snapshot of exercises that were included in CPDT when I decided to stop maintaining exercises</a> (<a href="http://adam.chlipala.net/">Adam Chlipala</a>)</li>
adam@489 16 <li> <a href="http://www.cis.upenn.edu/~bcpierce/courses/670Fall12/">Homeworks from CIS 670 at Penn in Fall 2012</a> (<a href="http://www.cis.upenn.edu/~bcpierce/">Benjamin Pierce</a> and students in the class)</li>
adam@489 17 </ul>
adam@489 18 </div>
adam@489 19
adam@489 20 </body></html>