mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
unwrap lamda set to runtime representation
This commit is contained in:
parent
9e2051670f
commit
f7e3254a35
2 changed files with 17 additions and 8 deletions
|
@ -333,12 +333,6 @@ trait Backend<'a> {
|
|||
ret_layout,
|
||||
..
|
||||
} => {
|
||||
dbg!(
|
||||
func_sym,
|
||||
func_sym.name() == Symbol::BOOL_TRUE,
|
||||
func_sym.name().is_builtin()
|
||||
);
|
||||
|
||||
if let LowLevelWrapperType::CanBeReplacedBy(lowlevel) =
|
||||
LowLevelWrapperType::from_symbol(func_sym.name())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue