Skip to content

Commit 253dfd7

Browse files
committed
Remove confusing sentence
1 parent fafa1f2 commit 253dfd7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -816,9 +816,7 @@ following component:
816816
(import "T2" (type $T2 (sub resource)))
817817
)
818818
```
819-
the types `$T1` and `$T2` are not equal. If type imports worked purely
820-
structurally, then they would be equal because structurally they have the same
821-
AST.
819+
the types `$T1` and `$T2` are not equal.
822820

823821
Once a type is imported, it can be referred to by subsequent equality-bound
824822
type imports, thereby adding more types that it is equal to. For example, in

0 commit comments

Comments
 (0)