Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use KindSignatures instead of PolyKinds when applicable
Summary: We turns on `-XPolyKinds` while we only needs `-XKindSignatures`. This resulted in some constructos to be over generalized and take an extra kind param which is always `*`. Let's not over generalize them so we don't need to deal with thi kind param in Core when translating. Reviewed By: helfper Differential Revision: D50196142 fbshipit-source-id: 0087a52e17f192b71cde791557773e06cc296bce
- Loading branch information