mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +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
|
@ -2460,7 +2460,9 @@ fn foo<'a>(
|
|||
packages: &[],
|
||||
exposes: unspace(arena, header.exposes.items),
|
||||
imports: unspace(arena, header.imports.items),
|
||||
extra: HeaderFor::Interface,
|
||||
extra: HeaderFor::Builtin {
|
||||
generates_with: &[],
|
||||
},
|
||||
};
|
||||
|
||||
(info, parse_state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue