mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
cleanup pf.Task
This commit is contained in:
parent
38674aeb94
commit
4662c82ea8
2 changed files with 2 additions and 9 deletions
|
@ -1258,13 +1258,13 @@ pub struct PlatformHeader<'a> {
|
|||
|
||||
#[derive(Copy, Clone, Debug, PartialEq)]
|
||||
pub enum ImportsEntry<'a> {
|
||||
/// e.g. `Task` or `Task.{ Task, after }`
|
||||
/// e.g. `Hello` or `Hello exposing [hello]` see roc-lang.org/examples/MultipleRocFiles/README.html
|
||||
Module(
|
||||
ModuleName<'a>,
|
||||
Collection<'a, Loc<Spaced<'a, ExposedName<'a>>>>,
|
||||
),
|
||||
|
||||
/// e.g. `pf.Task` or `pf.Task.{ after }` or `pf.{ Task.{ Task, after } }`
|
||||
/// e.g. `pf.Stdout` or `pf.Stdout exposing [line]`
|
||||
Package(
|
||||
&'a str,
|
||||
ModuleName<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue