Support opaques, aliases, and abilities in repl

This commit is contained in:
Richard Feldman 2022-10-30 15:00:47 -04:00
parent 9f7a38408a
commit 8b4e864a90
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 34 additions and 9 deletions

View file

@ -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"#,
);