mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
nullable wrapped tags
This commit is contained in:
parent
98e1ee1bf7
commit
546b702740
8 changed files with 361 additions and 10 deletions
|
@ -81,4 +81,6 @@ pub trait ReplAppMemory {
|
|||
}
|
||||
|
||||
fn deref_str(&self, addr: usize) -> &str;
|
||||
|
||||
fn deref_pointer_with_tag_id(&self, addr: usize) -> (u16, u64);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue