mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Split out some modules
This commit is contained in:
parent
e05230519e
commit
01cd0cfbe1
7 changed files with 87 additions and 66 deletions
|
@ -5,6 +5,11 @@
|
|||
// pub mod repl;
|
||||
|
||||
pub mod solve;
|
||||
mod expr;
|
||||
mod constrain;
|
||||
mod canonical;
|
||||
mod name;
|
||||
mod typ;
|
||||
mod ena;
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue