Remove Task from Roc

This commit is contained in:
Sam Mohr 2025-01-08 16:12:03 -08:00
parent fbf448cac8
commit 2150ee2219
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
139 changed files with 337 additions and 14295 deletions

View file

@ -857,10 +857,10 @@ fn imports_entry<'a>() -> impl Parser<'a, Spaced<'a, ImportsEntry<'a>>, EImports
shortname(),
byte(b'.', EImports::ShorthandDot)
))),
// e.g. `Task`
// e.g. `List`
module_name_help(EImports::ModuleName)
),
// e.g. `.{ Task, after}`
// e.g. `.{ List, after }`
optional(skip_first(
byte(b'.', EImports::ExposingDot),
collection_trailing_sep_e(