mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Support opaques, aliases, and abilities in repl
This commit is contained in:
parent
9f7a38408a
commit
8b4e864a90
2 changed files with 34 additions and 9 deletions
|
@ -993,9 +993,7 @@ fn tag_with_type_behind_alias() {
|
|||
r#"
|
||||
T : [A Str]
|
||||
v : T
|
||||
v = A "value"
|
||||
v
|
||||
"#
|
||||
v = A "value""#
|
||||
),
|
||||
r#"A "value" : T"#,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue