mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +00:00
Revert "WIP try combining PlatformHeaderInfo & HeaderInfo"
This reverts commit 100044295f
.
This commit is contained in:
parent
100044295f
commit
579feeeadd
2 changed files with 295 additions and 135 deletions
|
@ -26,6 +26,8 @@ pub enum HeaderType<'a> {
|
|||
/// Only created during canonicalization, never actually parsed from source
|
||||
Builtin { generates_with: &'a [Symbol] },
|
||||
Platform {
|
||||
/// usually `pf` - this is not actually something we parse out of the file.
|
||||
shorthand: &'a str,
|
||||
/// the type scheme of the main function (required by the platform)
|
||||
/// (currently unused)
|
||||
#[allow(dead_code)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue