mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Don't add path instructions for newtypes that decay into their args
This commit is contained in:
parent
d4ad981448
commit
eee13a4aa3
5 changed files with 44 additions and 11 deletions
|
@ -7418,7 +7418,9 @@ mod solve_expr {
|
|||
Wrapper (AlternatePayload str) -> str
|
||||
"#
|
||||
),
|
||||
&[r#"Wrapper (Payload "err") : [Wrapper [AlternatePayload Str, Payload Str]]"#,]
|
||||
@r###"
|
||||
Wrapper (Payload "err") : [Wrapper [AlternatePayload Str, Payload Str]]
|
||||
"###
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue