Rename HeaderFor to HeaderType

This commit is contained in:
Richard Feldman 2022-12-06 14:31:29 -05:00
parent 12a7b51eb4
commit 87c8702c89
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
3 changed files with 20 additions and 20 deletions

View file

@ -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>,
},