Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 89099ddb authored by POTTIER Francois's avatar POTTIER Francois
Browse files

Update README.

parent c7646311
No related branches found
No related tags found
No related merge requests found
...@@ -43,15 +43,16 @@ The syllabus is organized in four main segments of five lectures each. ...@@ -43,15 +43,16 @@ The syllabus is organized in four main segments of five lectures each.
* (17/09/2024) Syntax, semantics, and interpreters (FP). * (17/09/2024) Syntax, semantics, and interpreters (FP).
* Introduction to this course * Introduction to this course
([slides 00](slides/fpottier-00.pdf)). ([slides 00](slides/fpottier-00.pdf))
* From operational semantics to interpreters * From operational semantics to interpreters
([slides 01](slides/fpottier-01.pdf), ([slides 01](slides/fpottier-01.pdf),
[slides without animations 01](slides/fpottier-printing-01.pdf)). [slides without animations 01](slides/fpottier-printing-01.pdf))
* *Optional additional material*: towards machine-checked proofs * Machine-checked proofs and de Bruijn syntax in Coq
([slides 01b](slides/fpottier-01b.pdf), ([slides 01b](slides/fpottier-01b.pdf),
[slides without animations 01b](slides/fpottier-printing-01b.pdf)) [slides without animations 01b](slides/fpottier-printing-01b.pdf))
([λ-calculus in Coq](coq/DemoSyntaxReduction.v)) * Source files:
([λ-calculus in OCaml](ocaml/pottier/Lambda.ml)). + [λ-calculus in OCaml](ocaml/pottier/Lambda.ml)
+ [λ-calculus in Coq](coq/DemoSyntaxReduction.v)
* (24/09/2024) System F and a syntactic proof of its type soundness (FP). * (24/09/2024) System F and a syntactic proof of its type soundness (FP).
* ([slides 02](slides/fpottier-02.pdf), * ([slides 02](slides/fpottier-02.pdf),
[slides without animations 02](slides/fpottier-printing-02.pdf)). [slides without animations 02](slides/fpottier-printing-02.pdf)).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment