Move desugaring to new roc_can_solo crate

This commit is contained in:
Sam Mohr 2025-01-19 07:16:43 -08:00
parent b183ba19ae
commit fce14d31b0
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
72 changed files with 3294 additions and 2630 deletions

View file

@ -927,7 +927,7 @@ impl<'a> HeaderType<'a> {
}
}
#[derive(Debug)]
#[derive(Debug, Clone)]
pub enum HeaderType<'a> {
App {
provides: &'a [Loc<ExposedName<'a>>],