We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bacd33 commit 61d67c5Copy full SHA for 61d67c5
src/type-inference.md
@@ -1,7 +1,7 @@
1
# Type inference
2
3
-The type inference is based on standard HM-type inference, but
4
-extended in various way to accommodate subtyping, region inference,
+The type inference is based on the standard Hindley–Milner (HM) system,
+but extended in various way to accommodate subtyping, region inference,
5
and higher-ranked types.
6
7
## A note on terminology
0 commit comments