Update stale document references

This commit is contained in:
Ayaz Hafiz 2024-06-26 02:16:20 -04:00
parent 6a074adcf2
commit 8cdb193301
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 15 additions and 5 deletions

View file

@ -4,8 +4,7 @@ Ayaz Hafiz
## Summary
This document describes how polymorphic lambda sets are specialized and resolved
in the compiler's type solver. It's derived from the original document at <https://rwx.notion.site/Ambient-Lambda-Set-Specialization-50e0208a39844ad096626f4143a6394e>.
This document describes how polymorphic lambda sets are specialized and resolved in the compiler's type solver.
TL;DR: lambda sets are resolved by unifying their ambient arrow types in a “bottom-up” fashion.