Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/type-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ inference works, or perhaps this blog post on
[Unification in the Chalk project]: http://smallcultfollowing.com/babysteps/blog/2017/03/25/unification-in-chalk-part-1/

All told, the inference context stores five kinds of inference variables
(as of <!-- date-check --> June 2021):
(as of <!-- date-check --> March 2023):

- Type variables, which come in three varieties:
- General type variables (the most common). These can be unified with any
Expand Down