Add fmt module

This commit is contained in:
Richard Feldman 2019-11-14 00:06:16 +01:00
parent 4fe125f405
commit d9583cce98
2 changed files with 76 additions and 0 deletions

View file

@ -12,6 +12,7 @@ pub mod string;
pub mod constrain;
pub mod ena;
pub mod fmt;
pub mod infer;
pub mod pretty_print_types;
pub mod solve;