mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
parse tag names in types
This commit is contained in:
parent
4f58c792e6
commit
98024b2a21
4 changed files with 25 additions and 99 deletions
|
@ -1692,7 +1692,7 @@ fn unary_negate_function_arg_help<'a>(
|
|||
fn loc_function_args_help<'a>(
|
||||
min_indent: u16,
|
||||
) -> impl Parser<'a, Vec<'a, Located<Expr<'a>>>, EExpr<'a>> {
|
||||
one_or_more_e!(
|
||||
one_or_more!(
|
||||
move |arena: &'a Bump, s| {
|
||||
map!(
|
||||
and!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue