Explained what HM type inference is.
This commit is contained in:
parent
c45b135799
commit
198054ea53
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Type inference
|
||||
|
||||
The type inference is based on standard HM-type inference, but
|
||||
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,
|
||||
and higher-ranked types.
|
||||
|
||||
## A note on terminology
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue