mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
fix incorrect name from merge
This commit is contained in:
parent
5c43bd2cee
commit
a5ae2608ea
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ impl<'a> Normalize<'a> for Header<'a> {
|
|||
impl<'a> Normalize<'a> for ModuleParams<'a> {
|
||||
fn normalize(&self, arena: &'a Bump) -> Self {
|
||||
ModuleParams {
|
||||
params: self.params.normalize(arena),
|
||||
pattern: self.pattern.normalize(arena),
|
||||
before_arrow: &[],
|
||||
after_arrow: &[],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue