- Function Application Needs to Grow a Spine Already
March 31, 2025
⊢
Typechecking multiple applications at a time opens new opportunities for inferring types
- Lowering[2].Items: Lowering Top Level Items
March 4, 2025
⊢
Lowering top level items into our IR. A more elaborate affair than anticipated.
- Lowering[1].Rows[2]: The Heart of Lowered Rows
February 26, 2025
⊢
Lowering row asts by generating evidence terms
- Lowering[1].Rows[1]: The Types of Lowered Rows
February 18, 2025
⊢
Lowering row evidence from our type scheme
- Lowering[1].Rows[0]: Lowering Row Types, Evidently
February 11, 2025
⊢
Explaining how we'll lower row types into our IR
- Lowering[0].Base[1]: Escaping the Typechecker, an Implementation
February 4, 2025
⊢
Implementation of our lowering function
- Lowering[0].Base[0]: Lowering Our AST to Escape the Typechecker
January 28, 2025
⊢
Lowering our typed base AST into a System-F based IR
- DeBruijn Indices: Picking Equatable Names
January 23, 2025
⊢
An explanation of DeBruijn Indices
- Traits are a Local Maxima
November 18, 2024
⊢
An expose on Implicits and Local Coherence
- Types[2].Items: TypeChecking Top Level Functions
July 5, 2024
⊢
Adding support for annotated top level items to our type checker