mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Add HeaderType::Package
This commit is contained in:
parent
51c919993a
commit
7512a964f7
2 changed files with 17 additions and 2 deletions
|
@ -24,6 +24,10 @@ pub enum HeaderType<'a> {
|
|||
name: ModuleName<'a>,
|
||||
generates_with: &'a [Symbol],
|
||||
},
|
||||
Package {
|
||||
/// usually something other than `pf`
|
||||
config_shorthand: &'a str,
|
||||
},
|
||||
Platform {
|
||||
opt_app_module_id: Option<ModuleId>,
|
||||
/// the name and type scheme of the main function (required by the platform)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue