mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Reorganize fmt and module
This commit is contained in:
parent
ed23e23a54
commit
4926bfbc3a
17 changed files with 1192 additions and 771 deletions
|
@ -18,15 +18,15 @@ pub mod string;
|
|||
pub mod constrain;
|
||||
pub mod ena;
|
||||
pub mod fmt;
|
||||
pub mod gen;
|
||||
pub mod infer;
|
||||
pub mod module;
|
||||
pub mod pretty_print_types;
|
||||
pub mod solve;
|
||||
pub mod subs;
|
||||
pub mod types;
|
||||
pub mod unify;
|
||||
|
||||
pub mod gen;
|
||||
|
||||
extern crate bumpalo;
|
||||
extern crate fraction;
|
||||
extern crate fxhash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue