mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Support OIOP for type aliases
This commit is contained in:
parent
6ee2fb496d
commit
debe6332c5
21 changed files with 452 additions and 115 deletions
|
@ -6955,7 +6955,7 @@ mod solve_expr {
|
|||
"#
|
||||
),
|
||||
@r#"
|
||||
foo : [Named Str (List a)] as a
|
||||
foo : [Named Str (List a)]* as a
|
||||
Named name outerList : [Named Str (List a)] as a
|
||||
name : Str
|
||||
outerList : List ([Named Str (List a)] as a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue