mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Add RocResult
This commit is contained in:
parent
80446a5dfb
commit
4bb0852bd8
2 changed files with 11 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
#![allow(non_snake_case)]
|
||||
|
||||
use roc_std::alloca;
|
||||
use roc_std::RocCallResult;
|
||||
use roc_std::RocStr;
|
||||
use roc_std::{alloca, RocCallResult, RocResult, RocStr};
|
||||
use std::alloc::Layout;
|
||||
use std::time::SystemTime;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue