mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
merge if and list
This commit is contained in:
parent
fb2281d12d
commit
d05039f295
5 changed files with 8 additions and 9 deletions
|
@ -4,7 +4,7 @@ use crate::ident::{ident, lowercase_ident, Ident};
|
|||
use crate::number_literal::number_literal;
|
||||
use crate::parser::Progress::{self, *};
|
||||
use crate::parser::{
|
||||
backtrackable, optional, specialize, specialize_ref, word1, BadInputError, EPattern, PInParens,
|
||||
backtrackable, optional, specialize, specialize_ref, word1, EPattern, PInParens,
|
||||
PRecord, ParseResult, Parser, State, SyntaxError,
|
||||
};
|
||||
use bumpalo::collections::string::String;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue