Commit 7a96cf5
Make any TyName intersect with any TyCustom
Summary:
Following diff D48893103 implements `Provider` type as `TyUser` (which is `TyCustom`), but does not yet convert concrete provider types to `TyUser`. So we need to intersect `TyUser` with `TyName`.
This makes typechecker a bit weaker than before, but that's fine because the plan is to get rid of `TyName`.
Reviewed By: ianlevesque
Differential Revision: D48893554
fbshipit-source-id: 976dd58685cf7f11e648b812d73cf07631920ae91 parent 0ced358 commit 7a96cf5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
| 857 | + | |
857 | 858 | | |
858 | 859 | | |
859 | 860 | | |
| |||
0 commit comments