Got more basic stuff working

This commit is contained in:
Richard Feldman 2019-08-26 22:38:44 -04:00
parent c635da7e0c
commit 7e1ee8f2d5
10 changed files with 195 additions and 79 deletions

View file

@ -16,6 +16,7 @@ pub mod constrain;
pub mod solve;
pub mod unify;
pub mod infer;
pub mod pretty_print_types;
extern crate im_rc;
extern crate fraction;