mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-05 17:40:23 +00:00
Parse has-derived clauses
This commit is contained in:
parent
a6ec43af5e
commit
fcf464e9da
9 changed files with 421 additions and 105 deletions
|
@ -816,7 +816,7 @@ fn typed_ident<'a>() -> impl Parser<'a, Spaced<'a, TypedIdent<'a>>, ETypedIdent<
|
|||
space0_before_e(
|
||||
specialize(
|
||||
ETypedIdent::Type,
|
||||
type_annotation::located_help(min_indent, true)
|
||||
type_annotation::located(min_indent, true)
|
||||
),
|
||||
min_indent,
|
||||
ETypedIdent::IndentType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue