Explained what HM type inference is.
This commit is contained in:
parent
152c08b1c9
commit
80e9252f12
|
|
@ -1,7 +1,7 @@
|
||||||
# Type inference
|
# Type inference
|
||||||
|
|
||||||
The type inference is based on standard HM-type inference, but
|
The type inference is based on the standard Hindley–Milner (HM) system,
|
||||||
extended in various way to accommodate subtyping, region inference,
|
but extended in various way to accommodate subtyping, region inference,
|
||||||
and higher-ranked types.
|
and higher-ranked types.
|
||||||
|
|
||||||
## A note on terminology
|
## A note on terminology
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue