Rust implementation of the Hindley-Milner type checker described in Oleg's article: https://okmij.org/ftp/ML/generalization.html
See sound_eager.rs with all tests
TODO
- unsound.rs
- sound_lazy.rs
- Can we do it without using Rc?
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Rust implementation of the Hindley-Milner type checker described in Oleg's article: https://okmij.org/ftp/ML/generalization.html
See sound_eager.rs with all tests
TODO