<div dir="ltr"><div>In my eyes, one of the most important use of type-signatures-for-everything (apart from a welcome uniformity), is the will to deprecate `*` in favour of `Type`. That is because, in practice, I always use `*` in CUSKS (of which I use a lot!), as with `Type`, they would become immensely crowded and, to me at least, barely readable. In short: to me type-signatures-for-everything is the one blocker for deprecating `*`.<br></div><div><br></div><div>So let's look at this proposal through the lens of this use-case:</div><div><br></div><div>- Associated type declaration are already kind of type signature assignments.</div><div>- Except only partial, as some of the variables will be to the left of the type families</div><div>- But these extra variables are already mentioned in the type class, where their type can be specified. In particular by a kind signature!</div><div><br></div><div>So do I need to write `(Type -> Type) -> Type` near a type variable? No, I don't.</div><div><br></div><div>I guess I'm in favour, then.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 6, 2019 at 11:44 PM Iavor Diatchki <<a href="mailto:iavor.diatchki@gmail.com">iavor.diatchki@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Yeah, seems reasonable to me as well.<br>
<br>
On Fri, Sep 6, 2019 at 2:41 PM Joachim Breitner<br>
<<a href="mailto:mail@joachim-breitner.de" target="_blank">mail@joachim-breitner.de</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> Am Freitag, den 06.09.2019, 16:42 +0000 schrieb Simon Peyton Jones via<br>
> ghc-steering-committee:<br>
> > So making them illegal now keeps our options open for the future.<br>
><br>
> compelling argument, am in favor :-)<br>
><br>
> Cheers,<br>
> Joachim<br>
> --<br>
> Joachim Breitner<br>
>   <a href="mailto:mail@joachim-breitner.de" target="_blank">mail@joachim-breitner.de</a><br>
>   <a href="http://www.joachim-breitner.de/" rel="noreferrer" target="_blank">http://www.joachim-breitner.de/</a><br>
><br>
> _______________________________________________<br>
> ghc-steering-committee mailing list<br>
> <a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
> <a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee</a><br>
_______________________________________________<br>
ghc-steering-committee mailing list<br>
<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee</a><br>
</blockquote></div>