Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jtristan authored Dec 4, 2023
1 parent 8af68aa commit 9f4f38f
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
AWS Dafny training lecture slides

<br>
<br>
<a href="Lectures/1-1-Programming-Functional.html">Functional programming</a>
<br>
<a href="Lectures/1-2-Programming-Imperative.html">Imperative programming</a>
<br>
<a href="Lectures/1-3-Programming-ObjectOriented.html">Object-Oriented programming</a>
<br>
<a href="Lectures/2-1-Logic-Propositions.html">Logical propositions</a>
<br>
<a href="Lectures/2-2-Logic-Definitions.html">Logical definitions</a>
<br>
<a href="Lectures/2-3-Logic-ProvingByExplaining.html">Proving by explaining</a>
<br>
<a href="Lectures/2-4-Logic-ProvingByConvincing.html">Proving by convincing</a>
<br>
<a href="Lectures/3-1-Verification-Functional-Independent.html">Extrinsic verification of functional programs</a>
<br>
<a href="Lectures/3-2-Verification-Functional-Dependent.html">Intrinsic verification of functional programs</a>
<br>
<a href="Lectures/3-3-Verification-Imperative.html">Verification of imperative programs</a>
<br>
<a href="Lectures/3-4-Verification-ObjectOriented.html">Verification of object-oriented programs</a>

0 comments on commit 9f4f38f

Please sign in to comment.