mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Rename base
package to pf
everywhere, to match tutorial
This commit is contained in:
parent
b9395e9b75
commit
d03a51c75b
34 changed files with 84 additions and 84 deletions
|
@ -204,7 +204,7 @@ pub enum ImportsEntry<'a> {
|
|||
Collection<'a, Loc<ExposesEntry<'a, &'a str>>>,
|
||||
),
|
||||
|
||||
/// e.g. `base.Task` or `base.Task.{ after }` or `base.{ Task.{ Task, after } }`
|
||||
/// e.g. `pf.Task` or `pf.Task.{ after }` or `pf.{ Task.{ Task, after } }`
|
||||
Package(
|
||||
&'a str,
|
||||
ModuleName<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue