Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smasher164/hm_practice


https://github.com/smasher164/hm_practice

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Practice with Hindley Milner Type Inference

1. [**lib/hm.ml**](lib/hm.ml): Hindley Milner with type annotations, recursive let bindings, and nominally typed records.
2. [**lib/hm_sp.ml**](lib/hm_sp.ml): Hindley Milner extended with single parameter type classes.
3. [**lib/hm_pp.ml**](lib/hm_mp.ml): Hindley Milner extended with multiple parameter type classes.