We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26ee99 commit 89724c3Copy full SHA for 89724c3
design/mvp/Explainer.md
@@ -752,10 +752,11 @@ example, in the following compound component:
752
(type $ListListString3 (list $ListString3))
753
(type $ListString4 (alias outer $A $ListString))
754
(type $ListListString4 (list $ListString4))
755
+ (type $ListListString5 (alias outer $A $ListString2))
756
)
757
758
```
-all 4 variations of `$ListListStringX` are considered equal since, after
759
+all 5 variations of `$ListListStringX` are considered equal since, after
760
decoding, they all have the same AST.
761
762
Next, the type equality relation on ASTs is relaxed to a more flexible
0 commit comments