mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Equality operator for records
This commit is contained in:
parent
55f5956175
commit
a1d883600c
4 changed files with 267 additions and 99 deletions
|
@ -7,6 +7,7 @@ use crate::layout::{StackMemoryFormat::*, WasmLayout};
|
|||
use crate::storage::{Storage, StoredValue};
|
||||
use crate::wasm_module::{Align, CodeBuilder, ValueType::*};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum LowlevelBuildResult {
|
||||
Done,
|
||||
BuiltinCall(&'static str),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue