Skip to content

Commit 61d67c5

Browse files
Alexander Regueiromark-i-m
authored andcommitted
Explained what HM type inference is.
1 parent 6bacd33 commit 61d67c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type-inference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Type inference
22

3-
The type inference is based on standard HM-type inference, but
4-
extended in various way to accommodate subtyping, region inference,
3+
The type inference is based on the standard Hindley–Milner (HM) system,
4+
but extended in various way to accommodate subtyping, region inference,
55
and higher-ranked types.
66

77
## A note on terminology

0 commit comments

Comments
 (0)