generated from zjp-CN/mdbook-template
-
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
13 additions
and
6 deletions.
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,9 +1,16 @@ | ||
# Summary | ||
|
||
- [Computability](./Computability.md) | ||
- [Paradoxes]() | ||
- [Gödel, Church, and Turing]() | ||
- [Type Theory]() | ||
- [Untyped lambda]() | ||
- [Paradoxes, Foundations, and Computability](./PARADOXES_FOUNDATIONS_COMPUTABILITY.md) | ||
- [Russell's Paradox, Set Theory, Type Theory]() | ||
- [Encoding First Order Logic in Foundations]() | ||
- [Other Paradoxes, Incompleteness, Decidability]() | ||
- [Developments of Type Theory]() | ||
- [Lambda Cube]() | ||
- [CoC, CiC]() | ||
- [HoTT and Univalence]() | ||
- [Curry Howard Correspondence]() | ||
- [PAT]() | ||
- [Logic <-> Type Theories]() | ||
|
||
- [Verified Rust with Verus]() | ||
- [Borrow Checker, Linear Types]() | ||
- [Case Study: Verified Parsers](./verified_parsers.md) |