<div dir="ltr">If and when that feature lands would it be possible to use it to bypass a current limitation in class associated types?<div><br></div><div>Notably if a class associated type has a more general kind, we currently can't give a default definition for it that has a tighter kind.</div><div><br></div><div>e.g. I have some classes which are technically polykinded but where 90% of the instances instantiate that kind as *. The status quo prevents me from putting in a type default that would only be valid when the kind argument is *.</div><div><br></div><div>-Edward</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 8, 2016 at 8:21 PM, Richard Eisenberg <span dir="ltr"><<a href="mailto:eir@cis.upenn.edu" target="_blank">eir@cis.upenn.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><div><br></div><div><div>On Mar 8, 2016, at 7:17 PM, Evan Austin <<a href="mailto:e.c.austin@gmail.com" target="_blank">e.c.austin@gmail.com</a>> wrote:</div><blockquote type="cite"><div style="word-wrap:break-word"><div>The wiki page for Phase I of Dependent Haskell describes an approach to constrained type families:</div><a href="https://ghc.haskell.org/trac/ghc/wiki/DependentHaskell/Phase1#Typefamilyequationscanbeconstrained" target="_blank">https://ghc.haskell.org/trac/ghc/wiki/DependentHaskell/Phase1#Typefamilyequationscanbeconstrained</a><div><br></div><div>Did that land in GHC 8.0 and, if so, is the updated syntax documented somewhere?</div></div></blockquote><br></div></span><div>No, it didn't make it. The motivating test case seemed contrived and so we punted on this one.</div><div><br></div><div>Do you have a use case that really needs this feature? That would help to motivate it for 8.2 or beyond.</div><div><br></div><div>Thanks!</div><span class="HOEnZb"><font color="#888888"><div>Richard</div><br></font></span></div><br>_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
<br></blockquote></div><br></div>