Parse has-derived clauses

This commit is contained in:
Ayaz Hafiz 2022-05-19 14:43:59 -04:00
parent a6ec43af5e
commit fcf464e9da
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
9 changed files with 421 additions and 105 deletions

View file

@ -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,