mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
fix some things in Num
This commit is contained in:
parent
4dafe08544
commit
e9f7427c67
3 changed files with 8 additions and 2 deletions
|
@ -396,7 +396,7 @@ pub fn canonicalize_module_defs<'a>(
|
|||
if has_no_implementation(&def.loc_expr.value) {
|
||||
match generated_info {
|
||||
GeneratedInfo::Builtin {
|
||||
generated_functions,
|
||||
generated_functions: _,
|
||||
} => {
|
||||
let symbol = def.pattern_vars.iter().next().unwrap().0;
|
||||
match crate::builtins::builtin_defs_map(*symbol, var_store) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue