mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +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
|
@ -359,7 +359,7 @@ impl fmt::Debug for ModuleId {
|
|||
}
|
||||
}
|
||||
|
||||
/// base.Task
|
||||
/// pf.Task
|
||||
/// 1. build mapping from short name to package
|
||||
/// 2. when adding new modules from package we need to register them in some other map (this module id goes with short name) (shortname, module-name) -> moduleId
|
||||
/// 3. pass this around to other modules getting headers parsed. when parsing interfaces we need to use this map to reference shortnames
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue