mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
rename SymbolStorage -> StoredValue
This commit is contained in:
parent
85ca33ddd6
commit
d2e01bd10a
2 changed files with 35 additions and 36 deletions
|
@ -18,7 +18,7 @@ impl StackMemoryLocation {
|
|||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum SymbolStorage {
|
||||
pub enum StoredValue {
|
||||
/// Value is stored implicitly in the VM stack
|
||||
VirtualMachineStack {
|
||||
vm_state: VirtualMachineSymbolState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue