Explained what HM type inference is.

This commit is contained in:
Alexander Regueiro 2018-02-04 21:28:29 +00:00 committed by Who? Me?!
parent c45b135799
commit 198054ea53

View file

@ -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 HindleyMilner (HM) system,
but extended in various way to accommodate subtyping, region inference,
and higher-ranked types.
## A note on terminology