mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +00:00
Rename HeaderFor to HeaderType
This commit is contained in:
parent
12a7b51eb4
commit
87c8702c89
3 changed files with 20 additions and 20 deletions
|
@ -10,7 +10,7 @@ use roc_region::all::Loc;
|
|||
use std::fmt::Debug;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum HeaderFor<'a> {
|
||||
pub enum HeaderType<'a> {
|
||||
App {
|
||||
to_platform: To<'a>,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue