mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Implement RocDec to [u8] algorithm.
This commit is contained in:
parent
dc92de7781
commit
a021c09752
2 changed files with 51 additions and 26 deletions
|
@ -326,9 +326,7 @@ fn jit_to_ast_help<'a, A: ReplApp<'a>>(
|
|||
|
||||
Ok(result)
|
||||
}
|
||||
Layout::Builtin(Builtin::Decimal) => {
|
||||
Ok(helper!(RocDec))
|
||||
}
|
||||
Layout::Builtin(Builtin::Decimal) => Ok(helper!(RocDec)),
|
||||
Layout::Builtin(Builtin::Str) => {
|
||||
let size = layout.stack_size(env.target_info) as usize;
|
||||
Ok(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue