mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Move stdlib into its own crate
This commit is contained in:
parent
4502d2630f
commit
c7a923d226
11 changed files with 334 additions and 81 deletions
|
@ -4,8 +4,6 @@ pub mod parse_state;
|
|||
pub mod eval;
|
||||
pub mod operator;
|
||||
pub mod region;
|
||||
pub mod fast_fraction;
|
||||
pub mod stdlib;
|
||||
mod collections;
|
||||
// mod ena;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue