On Aug 11, 2018, at 11:27 AM, Vassil Ognyanov Keremidchiev <
varosi@gmail.com> wrote:
What are the new features there toward Dependent Typed Haskell?
* A new
StarIsType language extension has been added which controls
whether
* is parsed as
Data.Kind.Type or a regular type operator.
StarIsType is enabled by default.
* CUSKs now require all kind variables to be explicitly quantified. This was
already the case with
TypeInType, but now
PolyKinds
also exhibits this behavior.
More to come in the future, of course!
Richard