mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
add tests and expose types
This commit is contained in:
parent
58f4afd9f0
commit
24cd78fe7e
4 changed files with 98 additions and 5 deletions
|
@ -19,9 +19,9 @@ mod storage;
|
|||
|
||||
pub use roc_box::RocBox;
|
||||
pub use roc_dict::RocDict;
|
||||
pub use roc_list::RocList;
|
||||
pub use roc_list::{RocList, SendSafeRocList};
|
||||
pub use roc_set::RocSet;
|
||||
pub use roc_str::{InteriorNulError, RocStr};
|
||||
pub use roc_str::{InteriorNulError, RocStr, SendSafeRocStr};
|
||||
pub use storage::Storage;
|
||||
|
||||
// A list of C functions that are being imported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue