mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Merge pull request #7533 from smores56/simple-can-solo
Move desugaring to new `roc_can_solo` crate
This commit is contained in:
commit
809fe23afd
72 changed files with 3282 additions and 2630 deletions
|
@ -927,7 +927,7 @@ impl<'a> HeaderType<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum HeaderType<'a> {
|
||||
App {
|
||||
provides: &'a [Loc<ExposedName<'a>>],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue