-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |