Skip to content

Commit 89724c3

Browse files
committed
Add 5th list-list-string example
1 parent a26ee99 commit 89724c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

design/mvp/Explainer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,10 +752,11 @@ example, in the following compound component:
752752
(type $ListListString3 (list $ListString3))
753753
(type $ListString4 (alias outer $A $ListString))
754754
(type $ListListString4 (list $ListString4))
755+
(type $ListListString5 (alias outer $A $ListString2))
755756
)
756757
)
757758
```
758-
all 4 variations of `$ListListStringX` are considered equal since, after
759+
all 5 variations of `$ListListStringX` are considered equal since, after
759760
decoding, they all have the same AST.
760761

761762
Next, the type equality relation on ASTs is relaxed to a more flexible

0 commit comments

Comments
 (0)