Merge pull request #7533 from smores56/simple-can-solo

Move desugaring to new `roc_can_solo` crate
This commit is contained in:
Sam Mohr 2025-01-19 19:06:10 -08:00 committed by GitHub
commit 809fe23afd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 3282 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>>],