add tests and expose types

This commit is contained in:
Brendan Hansknecht 2022-10-18 23:35:15 -07:00
parent 58f4afd9f0
commit 24cd78fe7e
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
4 changed files with 98 additions and 5 deletions

View file

@ -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