Mercurial > cpdt > repo
view staging/ex/index.html @ 574:1dc1d41620b6
Builds with Coq 8.15.2
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 31 Jul 2022 14:48:22 -0400 |
parents | c8a3cb24bae9 |
children |
line wrap: on
line source
<html> <head> <link rel="stylesheet" type="text/css" href="/style.css"> <title>Certified Programming with Dependent Types Exercises</title> </head><body> <h1><a href="..">Certified Programming with Dependent Types</a> Exercises</h1> <div class="summary"> <p>Here lies an attempt to crowdsource the production of exercises for CPDT.</p> </div> <div class="project"> <h2>Exercises Written for CPDT</h2> <ul> <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> <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> </ul> </div> <div class="project"> <h2>Other Exercises</h2> <ul> <li> <a href="http://www.labri.fr/perso/casteran/CoqArt/contents.html">Coq'Art exercises</a> (<a href="http://www-sop.inria.fr/lemme/Yves.Bertot/index.html">Yves Bertot</a> and <a href="http://www.labri.fr/Perso/~casteran/index.html">Pierre Castéran</a>)</li> </ul> </div> </body></html>