mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +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
9
stdlib/src/lib.rs
Normal file
9
stdlib/src/lib.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
pub mod frac;
|
||||
pub mod approx;
|
||||
pub mod map;
|
||||
pub mod set;
|
||||
pub mod int;
|
||||
pub mod default;
|
||||
|
||||
extern crate im_rc;
|
||||
extern crate fxhash;
|
Loading…
Add table
Add a link
Reference in a new issue