mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Add angle brackets to bare URLs
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md034
This commit is contained in:
parent
3fa6e4c6ef
commit
3902668ce5
7 changed files with 8 additions and 9 deletions
|
@ -5,7 +5,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.
|
||||
in the compiler's type solver. It's derived from the original document at <https://rwx.notion.site/Ambient-Lambda-Set-Specialization-50e0208a39844ad096626f4143a6394e>.
|
||||
|
||||
TL;DR: lambda sets are resolved by unifying their ambient arrow types in a “bottom-up” fashion.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue