adapt changes in lib-laddertypes
This commit is contained in:
parent
6787e607a6
commit
3ed7a19270
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ impl StructLayout {
|
|||
}
|
||||
|
||||
pub fn parse(dict: &mut impl TypeDict, struct_type: &DesugaredTypeTerm) -> Option <Self> {
|
||||
let st = struct_type.clone().strip().param_normalize().sugar(dict);
|
||||
let st = struct_type.clone().strip().sugar(dict).normalize();
|
||||
Self::parse_sugared(dict, st)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue