<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Argh. Of the people who responded, 2 voted for % and 2 voted for ^. No one has voted to reject the proposal.<div class=""><br class=""></div><div class="">I thus declare the proposal accepted. But with what syntax? I have no conflict with a particular choice of glyph, so I will cast the tie-breaking vote for %. Rationale: ^1 is easy to believe as an exponentiation operator, whereas % has no tradition (within Haskell) as being used as a numerical infix operator.</div><div class=""><br class=""></div><div class="">The acceptance of the proposal gets the gears unblocked. If anyone feels this decision premature (or otherwise wrong), please do bleat, as we still have time to change the choice of glyph.</div><div class=""><br class=""></div><div class="">Happy Friday,</div><div class="">Richard<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Sep 15, 2020, at 2:57 AM, Spiwack, Arnaud <<a href="mailto:arnaud.spiwack@tweag.io" class="">arnaud.spiwack@tweag.io</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">After looking at the renderings in <a href="https://github.com/ghc-proposals/ghc-proposals/pull/356#issuecomment-690221468" class="">https://github.com/ghc-proposals/ghc-proposals/pull/356#issuecomment-690221468</a> , I do prefer `^` over `%`. Not very strongly either.<br class=""></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 14, 2020 at 6:23 PM Joachim Breitner <<a href="mailto:mail@joachim-breitner.de" class="">mail@joachim-breitner.de</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">How annoying, how can I now say “I’m trusting the shepherd’s<br class="">
judgement” … ;-)<br class="">
<br class="">
I guess in that case I’ll say I’m trusting Simon PJ, and will go with<br class="">
his vote, as I have no strong opinion of my own.<br class="">
<br class="">
Cheers,<br class="">
Joachim<br class="">
<br class="">
<br class="">
Am Sonntag, den 13.09.2020, 22:12 +0000 schrieb Richard Eisenberg:<br class="">
> Hi committee,<br class="">
> <br class="">
> Mathieu Boespflug has proposed a new syntax for linear arrows: <a href="https://github.com/ghc-proposals/ghc-proposals/pull/356" rel="noreferrer" target="_blank" class="">https://github.com/ghc-proposals/ghc-proposals/pull/356</a><br class="">
> <br class="">
> Currently (from the original linear types proposal), we have #-> to denote a linear function, and # m -> to denote an arbitrary function whose argument has multiplicity m. This proposal suggests three changes:<br class="">
> <br class="">
> 1. Drop #-> entirely.<br class="">
> 2. Use ^ instead of # in the second form, but require that it be a *prefix* usage of ^ (that is, the character after the ^ must not be  whitespace).<br class="">
> 3. Introduce a new lexeme ^1 that is used to denote linear functions.<br class="">
> Alternative: use % in place of ^; % is observed to be more visually apparent in some fonts than ^.<br class="">
> <br class="">
> In time, the hope is that rule (3) will no longer be needed, if we gain overloaded numbers at the type level (when 1 :: Multiplicity will type-check without a special rule).<br class="">
> <br class="">
> Motivations for this change come from the experience within Tweag of using linear types. The change away from # also is to avoid a conflict with overloaded labels, once those are allowed in types.<br class="">
> <br class="">
> The hope is that we can make a decision about this in time for release with GHC 9.0. This proposal is already implemented: <a href="https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4020" rel="noreferrer" target="_blank" class="">https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4020</a><br class="">
> <br class="">
> In conflict with our usual protocol, I will not make a recommendation on this proposal, as I am conflicted with the proposer. However, I do hope that we can come to a conclusion on this quickly, to avoid making a backward-incompatible change after a release.<br class="">
> <br class="">
> We have four options:<br class="">
> A. Keep the syntax as it is.<br class="">
> B. Choose to go with ^<br class="">
> C. Choose to go with %<br class="">
> D. Choose to go with some other symbol. I don't think there is any particular preference for any one symbol over another.<br class="">
> <br class="">
> Richard<br class="">
> _______________________________________________<br class="">
> ghc-steering-committee mailing list<br class="">
> <a href="mailto:ghc-steering-committee@haskell.org" target="_blank" class="">ghc-steering-committee@haskell.org</a><br class="">
> <a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee" rel="noreferrer" target="_blank" class="">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee</a><br class="">
-- <br class="">
Joachim Breitner<br class="">
  <a href="mailto:mail@joachim-breitner.de" target="_blank" class="">mail@joachim-breitner.de</a><br class="">
  <a href="http://www.joachim-breitner.de/" rel="noreferrer" target="_blank" class="">http://www.joachim-breitner.de/</a><br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
ghc-steering-committee mailing list<br class="">
<a href="mailto:ghc-steering-committee@haskell.org" target="_blank" class="">ghc-steering-committee@haskell.org</a><br class="">
<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee" rel="noreferrer" target="_blank" class="">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee</a><br class="">
</blockquote></div>
_______________________________________________<br class="">ghc-steering-committee mailing list<br class=""><a href="mailto:ghc-steering-committee@haskell.org" class="">ghc-steering-committee@haskell.org</a><br class="">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee<br class=""></div></blockquote></div><br class=""></div></body></html>