mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Hide RocDec implemntation details.
This commit is contained in:
parent
92ace8ff67
commit
ba6b225761
8 changed files with 26 additions and 16 deletions
|
@ -50,7 +50,7 @@ pub trait ReplAppMemory {
|
|||
|
||||
fn deref_dec(&self, addr: usize) -> RocDec {
|
||||
let bits = self.deref_i128(addr);
|
||||
RocDec(bits)
|
||||
RocDec::new(bits)
|
||||
}
|
||||
|
||||
fn deref_str(&self, addr: usize) -> &str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue