mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Update compiler/parse/src/type_annotation.rs
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
This commit is contained in:
parent
0b3fb576d4
commit
7de55076b5
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ fn loc_applied_args_e<'a>(
|
|||
|
||||
fn has_clause<'a>(min_indent: u32) -> impl Parser<'a, Loc<HasClause<'a>>, EType<'a>> {
|
||||
map!(
|
||||
// Suppose we are trying to has "a has Hash"
|
||||
// Suppose we are trying to parse "a has Hash"
|
||||
and!(
|
||||
space0_around_ee(
|
||||
// Parse "a", with appropriate spaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue