Skip to content
Snippets Groups Projects
Commit 7be98f42 authored by Max New's avatar Max New
Browse files

talk done

parent f22fa8f6
No related branches found
No related tags found
No related merge requests found
* Outline
** Intro: What semantics of Gradual Typing is Right?
*** URGENT Pop Quiz: How does this program run?
*** DONE Pop Quiz: How does this program run?
- (lambda (f : ? -> ?). true) 3
- dynamic typing: evaluates to true
- almost every gradual language: error: 3 is not ? -> ?
......@@ -37,7 +37,9 @@
- The result of this axiomatization is that we can *prove*
operational reductions follow from our relational soundness
theorems. So most of the semantics is totally determined.
*** TODO What to present?
- [ ] Idea for syntax, just CBN? Or try to talk about CBPV?
- The "type" of the model construction theorem. No logical
relation
*** DONE What to present?
- Examples
- beta-eta as ctx equivalences
- graduality as ctx approximation
- casts as lubs/glbs
- "headline theorem": derive contracts from soundness
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