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
37 changed files
with
87 additions
and
54 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,30 +1,40 @@ | ||
# Summary | ||
[Introduction]() | ||
- [Foundations](./foundation.md) | ||
- [Glossary]() | ||
- [Paradoxes]() | ||
- [Incompleteness, Undecidability, Inconsistency]() | ||
- [Computability and Lambda Calculus]() | ||
- [Propositions as Types: The First Correspondence]() | ||
- [Church Encodings]() | ||
- [Lambda Cube]() | ||
- [Propositions as Types: More Incarnations]() | ||
- [System F and the Polymorphic Lambda Calculus]() | ||
- [Modal Logic and Monads]() | ||
- [HoTT]() | ||
- [Modern Dependently Typed Languages]() | ||
- [Idris](./idris.md) | ||
- [SMT Solvers]() | ||
- [Theory and Implementation](./smt_theory_and_implementation.md) | ||
- [Symbolic Execution]() | ||
|
||
[Introduction](./introduction.md) | ||
[Glossary, Resources](./glossary_resources.md) | ||
|
||
- [Verified Rust with Verus]() | ||
- [Verus Fundamentals](./verus_fundamentals.md) | ||
- [Borrow Checker, Linear Types]() | ||
- [Case Study: Verified Parsers](./verified_parsers.md) | ||
- [Foundations](./foundations/front.md) | ||
- [Paradoxes](./foundations/paradoxes/front.md) | ||
- [Incompleteness, Undecidability, Inconsistency](./foundations/incompleteness_undecidability_inconsistency/front.md) | ||
- [Computability and Lambda Calculus](./foundations/computability_and_lambda_calculus/front.md) | ||
- [Propositions as Types: The First Correspondence](./foundations/propositions_as_types/front.md) | ||
- [Church Encodings](./foundations/church_encodings/front.md) | ||
- [Lambda Cube](./foundations/lambda_cube/front.md) | ||
- [Propositions as Types: More Incarnations](./foundations/propositions_as_types_more/front.md) | ||
- [System F and the Polymorphic Lambda Calculus](./foundations/propositions_as_types_more/system_f/front.md) | ||
- [Modal Logic and Monads](./foundations/propositions_as_types_more/modal_logic_and_monads/front.md) | ||
- [HoTT](./foundations/hott/front.md) | ||
|
||
- [Verifying Cryptography]() | ||
- [Cryptol for Haskell Knowers](./cryptol_for_haskell_devs.md) | ||
- [Cryptol for Anyone](./cryptol_for_anyone.md) | ||
- [Cryptol + Saw]() | ||
- [Dependently Typed Languages](./dependently_typed_languages/front.md) | ||
- [Idris](./dependently_typed_languages/idris/front.md) | ||
- [Coq](./dependently_typed_languages/coq/front.md) | ||
- [Lean](./dependently_typed_languages/lean/front.md) | ||
- [Agda](./dependently_typed_languages/agda/front.md) | ||
- [Isabelle/HOL](./dependently_typed_languages/isabelle_hol/front.md) | ||
- [F*](./dependently_typed_languages/fstar/front.md) | ||
|
||
- [SMT Solvers](./smt_solvers/front.md) | ||
- [Theory and Implementation](./smt_solvers/theory_and_implementation/front.md) | ||
|
||
- [Model Checking](./model_checking/front.md) | ||
|
||
- [Full Applications](./full_applications/front.md) | ||
- [Verifying Rust with Verus](./full_applications/verifying_rust_with_verus/front.md) | ||
- [Verus Fundamentals](./full_applications/verifying_rust_with_verus/verus_fundamentals/front.md) | ||
- [Borrow Checker, Linear Types](./full_applications/verifying_rust_with_verus/borrow_checker_linear_types/front.md) | ||
- [Case Study: Verified Parsers](./full_applications/verifying_rust_with_verus/case_study_verified_parsers/front.md) | ||
- [Verified Cryptography](./full_applications/verified_cryptography/front.md) | ||
- [Cryptol for Haskell Knowers](./full_applications/verified_cryptography/cryptol_for_haskell_knowers/front.md) | ||
- [Cryptol for Anyone](./full_applications/verified_cryptography/cryptol_for_anyone/front.md) | ||
- [Cryptol + Saw](./full_applications/verified_cryptography/cryptol_and_saw/front.md) | ||
- [Verified Hardware with SystemVerilog](./full_applications/verified_hardware_with_systemverilog/front.md) |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Agda |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Coq |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Dependently_Typed_Languages |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# FStar |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Isabelle_HOL |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Lean |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Church_Encodings |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Computability_And_Lambda_Calculus |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# HoTT |
1 change: 1 addition & 0 deletions
1
src/foundations/incompleteness_undecidability_inconsistency/front.md
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Incompleteness_Undecidability_Inconsistency |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Lambda_Cube |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Paradoxes |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Propositions_As_Types |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Propositions_As_Types_More |
1 change: 1 addition & 0 deletions
1
src/foundations/propositions_as_types_more/modal_logic_and_monads/front.md
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Modal_Logic_And_Monads |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# System_F |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Full_Applications |
1 change: 1 addition & 0 deletions
1
src/full_applications/verified_cryptography/cryptol_and_saw/front.md
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Cryptol_And_Saw |
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Verified_Cryptography |
1 change: 1 addition & 0 deletions
1
src/full_applications/verified_hardware_with_systemverilog/front.md
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Verified_Hardware_With_SystemVerilog |
1 change: 1 addition & 0 deletions
1
...ull_applications/verifying_rust_with_verus/borrow_checker_linear_types/front.md
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Borrow_Checker_Linear_Types |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Verifying_Rust_With_Verus |
File renamed without changes.
Empty file.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Journey Through Formal Verifications |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Model_Checking |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# resources |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# SMT_Solvers |
25 changes: 25 additions & 0 deletions
25
src/smt_theory_and_implementation.md → ...olvers/theory_and_implementation/front.md
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