mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
pretty error messages for integers
This commit is contained in:
parent
308a24b080
commit
9d67b11c0d
10 changed files with 342 additions and 87 deletions
|
@ -346,6 +346,7 @@ pub enum Base {
|
|||
Octal,
|
||||
Binary,
|
||||
Hex,
|
||||
Decimal,
|
||||
}
|
||||
|
||||
impl<'a> Pattern<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue