mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Plain number literals (e.g. 5
) are now Num *
This commit is contained in:
parent
9081b7f2d1
commit
3ecbe0325c
21 changed files with 345 additions and 223 deletions
|
@ -56,7 +56,7 @@ pub fn fmt_pattern<'a>(
|
|||
fmt_pattern(buf, &loc_pattern.value, indent, true, only_comments);
|
||||
}
|
||||
|
||||
IntLiteral(string) => buf.push_str(string),
|
||||
NumLiteral(string) => buf.push_str(string),
|
||||
NonBase10Literal {
|
||||
base,
|
||||
string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue