Add RocResult

This commit is contained in:
Richard Feldman 2021-04-06 22:44:25 -04:00
parent 80446a5dfb
commit 4bb0852bd8
2 changed files with 11 additions and 3 deletions

View file

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