mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
parent
b7e9b07acb
commit
dfd0fdc990
2 changed files with 40 additions and 0 deletions
|
@ -1153,6 +1153,10 @@ fn bool_to_ast<'a, M: ReplAppMemory>(
|
|||
}
|
||||
}
|
||||
}
|
||||
Alias(Symbol::BOOL_BOOL, _, _, _) => Expr::Var {
|
||||
module_name: "Bool",
|
||||
ident: if value { "true" } else { "false" },
|
||||
},
|
||||
Alias(_, _, var, _) => {
|
||||
let content = env.subs.get_content_without_compacting(*var);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue