mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Use app path in output
This commit is contained in:
parent
a78434fd48
commit
eb6a7b51ff
3 changed files with 74 additions and 22 deletions
|
@ -59,6 +59,7 @@ impl TagName {
|
|||
impl ModuleName {
|
||||
// NOTE: After adding one of these, go to `impl ModuleId` and
|
||||
// add a corresponding ModuleId to there!
|
||||
pub const APP: &'static str = ""; // app modules have no module name
|
||||
pub const BOOL: &'static str = "Bool";
|
||||
pub const STR: &'static str = "Str";
|
||||
pub const NUM: &'static str = "Num";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue