forked from achlipala/frap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (35 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<link rel="stylesheet" type="text/css" href="/style.css">
<title>Formal Reasoning About Programs</title>
</head><body>
<h1>Formal Reasoning About Programs</h1>
<h2><a href="http://adam.chlipala.net/">Adam Chlipala</a></h2>
<div class="summary" style="overflow: hidden">
<p>This is the web site for the early stages of a book introducing both machine-checked proof with <a href="http://coq.inria.fr/">the Coq proof assistant</a> and approaches to formal reasoning about program correctness.</p>
<h2>Grab a Draft</h2>
<ul>
<li><a href="https://github.com/achlipala/frap">Source on GitHub</a></li>
<li><a href="frap_book.pdf">Quasi-latest PDF draft</a></li>
<li><a href="frap.tgz">Quasi-latest source-code tarball</a></li>
<li><a href="fraplib.tgz">Quasi-latest source-code tarball, library only</a> (warning: the author really does not recommend using it in serious projects!)</li>
</ul>
</div>
<div class="project">
<h2>Use in classes</h2>
<h3>Classes where FRAP is/was a primary text</h3>
<ul>
<li>6.822 at MIT (<a href="https://frap.csail.mit.edu/">Spring 2021</a>, Spring 2020, Spring 2018, Spring 2017 [as 6.887], Spring 2016 [as 6.887])</li>
<ul>
<li><a href="https://github.com/mit-frap/spring21">Spring 2021 exercises</a></li>
<li><a href="https://github.com/mit-frap/spring20">Spring 2020 exercises</a></li>
<li><a href="https://github.com/mit-frap/spring18">Spring 2018 exercises</a></li>
<li><a href="https://github.com/mit-frap/spring17">Spring 2017 exercises</a></li>
<li><a href="https://github.com/mit-frap/spring16">Spring 2016 exercises</a></li>
</ul>
<li>EECS 755 at U. Kansas (<a href="http://perry.alexander.name/eecs755/">Spring 2020</a>)</li>
<li>CS6225 at IIT Madras (<a href="http://kcsrk.info/cs6225_s20_iitm/">Spring 2020</a>)</li>
<li>CSE 505 at U. Washington (<a href="https://sites.google.com/cs.washington.edu/cse-505-18au">Fall 2018</a>)</li>
</ul>
</div>
</body></html>