mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +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
|
@ -786,7 +786,7 @@ fn imports_entry<'a>() -> impl Parser<'a, ImportsEntry<'a>, EImports> {
|
|||
map_with_arena!(
|
||||
and!(
|
||||
and!(
|
||||
// e.g. `base.`
|
||||
// e.g. `pf.`
|
||||
maybe!(skip_second!(
|
||||
shortname(),
|
||||
word1(b'.', EImports::ShorthandDot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue