<div dir="ltr">I'm also in favor.</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Thu, 10 Apr 2025 at 07:13, Malte Ott via ghc-steering-committee <<a href="mailto:ghc-steering-committee@haskell.org">ghc-steering-committee@haskell.org</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">I like this a lot. In favor!<br>
<br>
On 2025-04-09 10:02, Simon Peyton Jones via ghc-steering-committee wrote:<br>
>    I'm thumbs up -- but I have added a post with a list of suggested<br>
>    presentational cleanups.<br>
> <br>
>    (Adam if you are worn out I suppose I could execute on them myself.  I<br>
>    don't want to keep erecting new obstacles.)<br>
> <br>
>    Simon<br>
> <br>
>    On Wed, 9 Apr 2025 at 03:31, Jakob Brünker via ghc-steering-committee<br>
>    <[1]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>> wrote:<br>
> <br>
>    Hi,<br>
> <br>
>    The updated proposal looks good to me!<br>
> <br>
>    Jakob<br>
> <br>
>    On Tue, Apr 8, 2025 at 11:00 AM Adam Gundry via ghc-steering-committee<br>
>    <[2]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>> wrote:<br>
> <br>
>      I have now updated this proposal on the basis of the vote:<br>
> <br>
>      [3]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
> <br>
>      Please take a look and let me know if you are happy with the current<br>
> <br>
>      state of the PR, or have any remaining concerns.<br>
> <br>
>      Thanks,<br>
> <br>
>      Adam<br>
> <br>
>      P.S. I will be away on holiday over the next couple of weeks, so<br>
>      apologies in advance for any delays in response.<br>
> <br>
>      On 07/04/2025 16:21, Adam Gundry via ghc-steering-committee wrote:<br>
>      > Thanks everyone for your responses to this. There seems to be a<br>
>      fairly<br>
>      > clear consensus that the preferred option is B. (5 votes have B in<br>
>      first<br>
>      > place, then 3 others either rate A and B equally or weakly prefer<br>
>      A to<br>
>      > B.) Thus I plan to revise the proposal accordingly.<br>
>      ><br>
>      > Adam<br>
>      ><br>
>      ><br>
>      ><br>
>      > On 02/04/2025 10:26, Matthías Páll Gissurarson via<br>
>      > ghc-steering-committee wrote:<br>
>      >> I have a slight preference for B over A. The point that [2]<br>
>      brings up<br>
>      >> is a good one, it seems better to allow row.“foo bar”, especially<br>
>      when<br>
>      >> reading CSV or JSON as they mention.<br>
>      >><br>
>      >> So my preference is B>A>C>D<br>
>      >><br>
>      >> /Matti Palli<br>
>      >><br>
>      >><br>
>      >> On Wed, Apr 2, 2025 at 07:56 Arnaud Spiwack via<br>
>      ghc-steering-committee<br>
>      >> <[4]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >> <mailto:[5]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>>> wrote:<br>
>      >><br>
>      >>     My preference is<br>
>      >>     A>B>C>D<br>
>      >><br>
>      >>     Though my preference between A and B is weak. Whatever's<br>
>      easier<br>
>      >> really.<br>
>      >><br>
>      >>     On Thu, 20 Mar 2025 at 19:04, Simon Marlow via<br>
>      >>     ghc-steering-committee <[6]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>     <mailto:[7]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>>> wrote:<br>
>      >><br>
>      >>         I don't feel all that strongly except that C seems like a<br>
>      bad<br>
>      >>         idea. A = B > D > C<br>
>      >><br>
>      >>         Cheers<br>
>      >>         Simon<br>
>      >><br>
>      >>         On Wed, 19 Mar 2025 at 21:49, Adam Gundry via<br>
>      >>         ghc-steering-committee<br>
>      <[8]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>         <mailto:[9]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>>> wrote:<br>
>      >><br>
>      >>             Hi everyone,<br>
>      >><br>
>      >>             This proposal [0] has been lingering for quite some<br>
>      time,<br>
>      >>             unfortunately.<br>
>      >>             So we can make progress, I've tried to summarise our<br>
>      options<br>
>      >>             below;<br>
>      >>             please vote for your preferred option in the next<br>
>      week or<br>
>      >>             two.  Once we<br>
>      >>             have decided on our preferred course of action, I'll<br>
>      make<br>
>      >>             any necessary<br>
>      >>             editorial changes to the proposal.<br>
>      >><br>
>      >>             To recap, the idea is to extend OverloadedRecordDot<br>
>      such<br>
>      >>             that it permits<br>
>      >>             record selection expressions such as<br>
>      >><br>
>      >>                  foo.type   ->   getField @"type" foo<br>
>      >><br>
>      >>             even though `type` is a keyword and hence not a valid<br>
>      record<br>
>      >>             field in a<br>
>      >>             traditional datatype declarations. This is primarily<br>
>      >>             motivated by the<br>
>      >>             use of OverloadedRecordDot in libraries such as<br>
>      `persistent`<br>
>      >>             (see [1]),<br>
>      >>             which will generate instances like this:<br>
>      >><br>
>      >>                  instance HasField "type" SomeRecord SomeField1<br>
>      where<br>
>      >>                    getField = ...<br>
>      >><br>
>      >>                  instance HasField "bar" SomeRecord SomeField2<br>
>      where<br>
>      >>                    getField = ...<br>
>      >><br>
>      >>             Both these instances are accepted, so it is quite<br>
>      surprising<br>
>      >>             and<br>
>      >>             annoying that `foo.type` is a syntax error, even<br>
>      though<br>
>      >>             `foo.bar` will<br>
>      >>             be accepted (and turn into a call to `getField<br>
>      @"bar"`).<br>
>      >><br>
>      >>             As a small syntactic change, the proposal has lead to<br>
>      quite<br>
>      >>             some<br>
>      >>             discussion and a few plausible alternatives:<br>
>      >><br>
>      >>                A. Accept the proposal as it stands, since it is<br>
>      the<br>
>      >>             smallest change<br>
>      >>             that resolves the issue.<br>
>      >><br>
>      >>                B. Extend the proposal to permit still wider<br>
>      syntax, e.g.<br>
>      >>             `foo.Uppercase` or `foo."quoted string"`, motivated<br>
>      by<br>
>      >>             consistency with<br>
>      >>             OverloadedLabels and use cases such as [2]. This<br>
>      seems<br>
>      >>             reasonable to me.<br>
>      >><br>
>      >>                C. Extend the proposal to permit keywords such as<br>
>      `type`<br>
>      >>             to be used as<br>
>      >>             field names in traditional record syntax, e.g. `data<br>
>      Foo =<br>
>      >>             Foo { type ::<br>
>      >>             Int }`. In my view this is unnecessary complexity<br>
>      that<br>
>      >>             mistakenly<br>
>      >>             conflates OverloadedRecordDot with traditional record<br>
>      >>             syntax; the<br>
>      >>             motivation for keywords as selector names comes from<br>
>      uses of<br>
>      >>             OverloadedRecordDot that do not involve traditional<br>
>      record<br>
>      >>             syntax.<br>
>      >><br>
>      >>                D. Reject the proposal entirely, e.g. due to<br>
>      worries<br>
>      >>             about syntax<br>
>      >>             highlighting.<br>
>      >><br>
>      >>             Please reply with your preference order amongst these<br>
>      >>             options. My vote<br>
>      >>             is B > A > C > D.<br>
>      >><br>
>      >>             Thanks,<br>
>      >><br>
>      >>             Adam<br>
>      >><br>
>      >><br>
>      >>             [0]<br>
>      [10]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
>      >><br>
>      <[11]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a>><br>
>      >><br>
>      >>             [1]<br>
>      >><br>
>      >><br>
>      [12]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecom" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecom</a><br>
>      ment-2561282397<br>
>      <[13]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#issueco" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#issueco</a><br>
>      mment-2561282397><br>
>      >><br>
>      >>             [2]<br>
>      >><br>
>      >><br>
>      [14]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecom" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecom</a><br>
>      ment-2564274901<br>
>      <[15]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#issueco" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#issueco</a><br>
>      mment-2564274901><br>
>      >><br>
>      >><br>
>      >><br>
>      >>             On 05/11/2024 13:58, Arnaud Spiwack wrote:<br>
>      >>              > I have no opinion on this. But I've seen two<br>
>      points in<br>
>      >>             the thread which<br>
>      >>              > make sense: Vlad, our guardian of the parser, says<br>
>      that<br>
>      >>             it's a good<br>
>      >>              > idea, and the comparison with OverloadedLabel<br>
>      (made by<br>
>      >>             Vlad and others)<br>
>      >>              > is apt, and the symmetry is desirable. Ideally the<br>
>      >>             comparison with<br>
>      >>              > OverloadedLabel should be made in the Alternatives<br>
>      >>             section, but I don't<br>
>      >>              > feel like insisting about it :) .<br>
>      >>              ><br>
>      >>              > On Sat, 2 Nov 2024 at 21:21, Simon Peyton Jones<br>
>      >>              > <[16]<a href="mailto:simon.peytonjones@gmail.com" target="_blank">simon.peytonjones@gmail.com</a><br>
>      >>             <mailto:[17]<a href="mailto:simon.peytonjones@gmail.com" target="_blank">simon.peytonjones@gmail.com</a>><br>
>      >>             <mailto:[18]<a href="mailto:simon.peytonjones@gmail.com" target="_blank">simon.peytonjones@gmail.com</a><br>
>      >>             <mailto:[19]<a href="mailto:simon.peytonjones@gmail.com" target="_blank">simon.peytonjones@gmail.com</a>>>> wrote:<br>
>      >>              ><br>
>      >>              >     I'm in support too, but I have made some<br>
>      substantive<br>
>      >>             suggestions on<br>
>      >>              >     the GitHub ticket that I'd like to see<br>
>      addressed<br>
>      >>             before we tie a bow<br>
>      >>              >     on this.<br>
>      >>              ><br>
>      >>              >     Simon<br>
>      >>              ><br>
>      >>              >     On Sat, 2 Nov 2024 at 09:25, Sebastian Graf<br>
>      >>             <[20]<a href="mailto:sgraf1337@gmail.com" target="_blank">sgraf1337@gmail.com</a><br>
>      <mailto:[21]<a href="mailto:sgraf1337@gmail.com" target="_blank">sgraf1337@gmail.com</a>><br>
>      >>              >     <mailto:[22]<a href="mailto:sgraf1337@gmail.com" target="_blank">sgraf1337@gmail.com</a><br>
>      >>             <mailto:[23]<a href="mailto:sgraf1337@gmail.com" target="_blank">sgraf1337@gmail.com</a>>>> wrote:<br>
>      >>              ><br>
>      >>              >         I'm in support as well, but would like to<br>
>      see a<br>
>      >>             single<br>
>      >>              >         clarifying sentence added to the proposal.<br>
>      >>              ><br>
>      >><br>
>      >><br>
>      [24]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#discussi" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#discussi</a><br>
>      on_r1826533003<br>
>      <[25]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#discuss" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#discuss</a><br>
>      ion_r1826533003><br>
>      <[26]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#discuss" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#discuss</a><br>
>      ion_r1826533003<br>
>      <[27]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#discuss" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#discuss</a><br>
>      ion_r1826533003>><br>
>      >>              ><br>
>      >>              >         Am Sa., 2. Nov. 2024 um 07:29 Uhr schrieb<br>
>      Erik de<br>
>      >>             Castro Lopo<br>
>      >>              >         <[28]<a href="mailto:erikd@mega-nerd.com" target="_blank">erikd@mega-nerd.com</a><br>
>      <mailto:[29]<a href="mailto:erikd@mega-nerd.com" target="_blank">erikd@mega-nerd.com</a>><br>
>      >>             <mailto:[30]<a href="mailto:erikd@mega-nerd.com" target="_blank">erikd@mega-nerd.com</a><br>
>      <mailto:[31]<a href="mailto:erikd@mega-nerd.com" target="_blank">erikd@mega-nerd.com</a>>>>:<br>
>      >>              ><br>
>      >>              ><br>
>      >>              ><br>
>      >>              >             I am in support.<br>
>      >>              ><br>
>      >>              >             Erik<br>
>      >>              ><br>
>      >>              >             Matthías Páll Gissurarson wrote:<br>
>      >>              ><br>
>      >>              >              > I’m in support. No need to keep<br>
>      >>             reservations longer than<br>
>      >>              >             necessary.<br>
>      >>              >              ><br>
>      >>              >              > /Matti Palli<br>
>      >>              >              ><br>
>      >>              >              ><br>
>      >>              >              > On Fri, Nov 1, 2024 at 23:22 Malte<br>
>      Ott<br>
>      >>              >             <[32]<a href="mailto:malte.ott@maralorn.de" target="_blank">malte.ott@maralorn.de</a><br>
>      >>             <mailto:[33]<a href="mailto:malte.ott@maralorn.de" target="_blank">malte.ott@maralorn.de</a>><br>
>      <mailto:[34]<a href="mailto:malte.ott@maralorn.de" target="_blank">malte.ott@maralorn.de</a><br>
>      >>             <mailto:[35]<a href="mailto:malte.ott@maralorn.de" target="_blank">malte.ott@maralorn.de</a>>>> wrote:<br>
>      >>              >              ><br>
>      >>              >              > ><br>
>      >>              >              > > On 2024-10-29 20:12, Adam Gundry<br>
>      wrote:<br>
>      >>              >              > > ><br>
>      >>              ><br>
>      [36]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
>      >><br>
>      <[37]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a>><br>
>      >>              ><br>
>      >>  <[38]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
>      >><br>
>      <[39]<a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a>>><br>
>      >>              >              > ><br>
>      >>              >              > > I’m in support.<br>
>      >>              >              > ><br>
>      >>              >              > > Best<br>
>      >>              >              > > Malte<br>
>      >>              >              > ><br>
>      >>             _______________________________________________<br>
>      >>              >              > > ghc-steering-committee mailing<br>
>      list<br>
>      >>              >              > ><br>
>      [40]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>             <mailto:[41]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>><br>
>      >>              ><br>
>      <mailto:[42]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>             <mailto:[43]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>>><br>
>      >>              >              > ><br>
>      >>              ><br>
>      >><br>
>      >><br>
>      [44]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c</a><br>
>      ommittee<br>
>      <[45]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee><br>
>      <[46]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee<br>
>      <[47]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee>><br>
>      >>              >              > ><br>
>      >>              ><br>
>      >>              ><br>
>      >>              >             --<br>
>      >>              ><br>
>      >><br>
>      --------------------------------------------------------------------<br>
>      --<br>
>      >>              >             Erik de Castro Lopo<br>
>      >>              > [48]<a href="http://www.mega-nerd.com/" rel="noreferrer" target="_blank">http://www.mega-nerd.com/</a><br>
>      <[49]<a href="http://www.mega-nerd.com/" rel="noreferrer" target="_blank">http://www.mega-nerd.com/</a>><br>
>      >>             <[50]<a href="http://www.mega-nerd.com/" rel="noreferrer" target="_blank">http://www.mega-nerd.com/</a><br>
>      <[51]<a href="http://www.mega-nerd.com/" rel="noreferrer" target="_blank">http://www.mega-nerd.com/</a>>><br>
>      >>              ><br>
>      >>  _______________________________________________<br>
>      >>              >             ghc-steering-committee mailing list<br>
>      >>              > [52]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>             <mailto:[53]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>><br>
>      >>              ><br>
>      <mailto:[54]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>             <mailto:[55]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>>><br>
>      >>              ><br>
>      >><br>
>      >><br>
>      [56]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c</a><br>
>      ommittee<br>
>      <[57]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee><br>
>      <[58]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee<br>
>      <[59]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee>><br>
>      >>              ><br>
>      >>              ><br>
>      _______________________________________________<br>
>      >>              >         ghc-steering-committee mailing list<br>
>      >>              > [60]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>             <mailto:[61]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>><br>
>      >>              ><br>
>      <mailto:[62]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>             <mailto:[63]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>>><br>
>      >>              ><br>
>      >><br>
>      >><br>
>      [64]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c</a><br>
>      ommittee<br>
>      <[65]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee><br>
>      <[66]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee<br>
>      <[67]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee>><br>
>      >>              ><br>
>      >>              ><br>
>      _______________________________________________<br>
>      >>              >     ghc-steering-committee mailing list<br>
>      >>              > [68]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>             <mailto:[69]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>><br>
>      >>              >     <mailto:[70]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>             <mailto:[71]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>>><br>
>      >>              ><br>
>      >><br>
>      >><br>
>      [72]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c</a><br>
>      ommittee<br>
>      <[73]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee><br>
>      <[74]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee<br>
>      <[75]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee>><br>
>      >>              ><br>
>      >>              ><br>
>      >>              ><br>
>      >>              > --<br>
>      >>              > Arnaud Spiwack<br>
>      >>              > Director, Research at [76]<a href="https://moduscreate.com" rel="noreferrer" target="_blank">https://moduscreate.com</a><br>
>      >>             <[77]<a href="https://moduscreate.com" rel="noreferrer" target="_blank">https://moduscreate.com</a>><br>
>      <[78]<a href="https://moduscreate.com" rel="noreferrer" target="_blank">https://moduscreate.com</a><br>
>      >>             <[79]<a href="https://moduscreate.com" rel="noreferrer" target="_blank">https://moduscreate.com</a>>><br>
>      >>              > and [80]<a href="https://tweag.io" rel="noreferrer" target="_blank">https://tweag.io</a> <[81]<a href="https://tweag.io" rel="noreferrer" target="_blank">https://tweag.io</a>><br>
>      <[82]<a href="https://tweag.io" rel="noreferrer" target="_blank">https://tweag.io</a><br>
>      >>             <[83]<a href="https://tweag.io" rel="noreferrer" target="_blank">https://tweag.io</a>>>.<br>
>      >>              ><br>
>      >>              > _______________________________________________<br>
>      >>              > ghc-steering-committee mailing list<br>
>      >>              > [84]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>             <mailto:[85]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>><br>
>      >>              ><br>
>      >><br>
>      >><br>
>      [86]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c</a><br>
>      ommittee<br>
>      <[87]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee><br>
>      >><br>
>      >>             --             Adam Gundry, Haskell Consultant<br>
>      >>             Well-Typed LLP, [88]<a href="https://www.well-typed.com/" rel="noreferrer" target="_blank">https://www.well-typed.com/</a><br>
>      >>             <[89]<a href="https://www.well-typed.com/" rel="noreferrer" target="_blank">https://www.well-typed.com/</a>><br>
>      >><br>
>      >>             Registered in England & Wales, OC335890<br>
>      >>             27 Old Gloucester Street, London WC1N 3AX, England<br>
>      >><br>
>      >><br>
>      <[90]<a href="https://www.google.com/maps/search/27+Old+Gloucester+Street,+Lo" rel="noreferrer" target="_blank">https://www.google.com/maps/search/27+Old+Gloucester+Street,+Lo</a><br>
>      ndon+WC1N+3AX,+England?entry=gmail&source=g><br>
>      >><br>
>      >>             _______________________________________________<br>
>      >>             ghc-steering-committee mailing list<br>
>      >>             [91]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>             <mailto:[92]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>><br>
>      >><br>
>      >><br>
>      [93]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c</a><br>
>      ommittee<br>
>      <[94]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee><br>
>      >><br>
>      >>         _______________________________________________<br>
>      >>         ghc-steering-committee mailing list<br>
>      >>         [95]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>         <mailto:[96]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>><br>
>      >><br>
>      >><br>
>      [97]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-c</a><br>
>      ommittee<br>
>      <[98]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee><br>
>      >><br>
>      >><br>
>      >><br>
>      >>     --     Arnaud Spiwack<br>
>      >>     Director, Research at [99]<a href="https://moduscreate.com" rel="noreferrer" target="_blank">https://moduscreate.com</a><br>
>      >>     <[100]<a href="https://moduscreate.com" rel="noreferrer" target="_blank">https://moduscreate.com</a>> and [101]<a href="https://tweag.io" rel="noreferrer" target="_blank">https://tweag.io</a><br>
>      <[102]<a href="https://tweag.io" rel="noreferrer" target="_blank">https://tweag.io</a>>.<br>
>      >>     _______________________________________________<br>
>      >>     ghc-steering-committee mailing list<br>
>      >>     [103]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >>     <mailto:[104]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a>><br>
>      >><br>
>      >><br>
>      [105]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee<br>
>      <[106]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering</a><br>
>      -committee><br>
>      >><br>
>      >><br>
>      >> _______________________________________________<br>
>      >> ghc-steering-committee mailing list<br>
>      >> [107]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      >><br>
>      [108]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee<br>
>      ><br>
> <br>
>      --<br>
>      Adam Gundry, Haskell Consultant<br>
>      Well-Typed LLP, [109]<a href="https://www.well-typed.com/" rel="noreferrer" target="_blank">https://www.well-typed.com/</a><br>
> <br>
>      Registered in England & Wales, OC335890<br>
>      27 Old Gloucester Street, London WC1N 3AX, England<br>
> <br>
>      _______________________________________________<br>
>      ghc-steering-committee mailing list<br>
>      [110]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      [111]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee<br>
> <br>
>      _______________________________________________<br>
>      ghc-steering-committee mailing list<br>
>      [112]<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>      [113]<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-</a><br>
>      committee<br>
> <br>
> References<br>
> <br>
>    1. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>    2. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>    3. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
>    4. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>    5. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>    6. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>    7. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>    8. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>    9. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   10. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
>   11. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
>   12. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecomment-2561282397" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecomment-2561282397</a><br>
>   13. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecomment-2561282397" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecomment-2561282397</a><br>
>   14. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecomment-2564274901" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecomment-2564274901</a><br>
>   15. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecomment-2564274901" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#issuecomment-2564274901</a><br>
>   16. mailto:<a href="mailto:simon.peytonjones@gmail.com" target="_blank">simon.peytonjones@gmail.com</a><br>
>   17. mailto:<a href="mailto:simon.peytonjones@gmail.com" target="_blank">simon.peytonjones@gmail.com</a><br>
>   18. mailto:<a href="mailto:simon.peytonjones@gmail.com" target="_blank">simon.peytonjones@gmail.com</a><br>
>   19. mailto:<a href="mailto:simon.peytonjones@gmail.com" target="_blank">simon.peytonjones@gmail.com</a><br>
>   20. mailto:<a href="mailto:sgraf1337@gmail.com" target="_blank">sgraf1337@gmail.com</a><br>
>   21. mailto:<a href="mailto:sgraf1337@gmail.com" target="_blank">sgraf1337@gmail.com</a><br>
>   22. mailto:<a href="mailto:sgraf1337@gmail.com" target="_blank">sgraf1337@gmail.com</a><br>
>   23. mailto:<a href="mailto:sgraf1337@gmail.com" target="_blank">sgraf1337@gmail.com</a><br>
>   24. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#discussion_r1826533003" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#discussion_r1826533003</a><br>
>   25. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#discussion_r1826533003" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#discussion_r1826533003</a><br>
>   26. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#discussion_r1826533003" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#discussion_r1826533003</a><br>
>   27. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668#discussion_r1826533003" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668#discussion_r1826533003</a><br>
>   28. mailto:<a href="mailto:erikd@mega-nerd.com" target="_blank">erikd@mega-nerd.com</a><br>
>   29. mailto:<a href="mailto:erikd@mega-nerd.com" target="_blank">erikd@mega-nerd.com</a><br>
>   30. mailto:<a href="mailto:erikd@mega-nerd.com" target="_blank">erikd@mega-nerd.com</a><br>
>   31. mailto:<a href="mailto:erikd@mega-nerd.com" target="_blank">erikd@mega-nerd.com</a><br>
>   32. mailto:<a href="mailto:malte.ott@maralorn.de" target="_blank">malte.ott@maralorn.de</a><br>
>   33. mailto:<a href="mailto:malte.ott@maralorn.de" target="_blank">malte.ott@maralorn.de</a><br>
>   34. mailto:<a href="mailto:malte.ott@maralorn.de" target="_blank">malte.ott@maralorn.de</a><br>
>   35. mailto:<a href="mailto:malte.ott@maralorn.de" target="_blank">malte.ott@maralorn.de</a><br>
>   36. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
>   37. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
>   38. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
>   39. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/668" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/668</a><br>
>   40. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   41. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   42. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   43. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   44. <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>
>   45. <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>
>   46. <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>
>   47. <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>
>   48. <a href="http://www.mega-nerd.com/" rel="noreferrer" target="_blank">http://www.mega-nerd.com/</a><br>
>   49. <a href="http://www.mega-nerd.com/" rel="noreferrer" target="_blank">http://www.mega-nerd.com/</a><br>
>   50. <a href="http://www.mega-nerd.com/" rel="noreferrer" target="_blank">http://www.mega-nerd.com/</a><br>
>   51. <a href="http://www.mega-nerd.com/" rel="noreferrer" target="_blank">http://www.mega-nerd.com/</a><br>
>   52. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   53. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   54. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   55. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   56. <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>
>   57. <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>
>   58. <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>
>   59. <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>
>   60. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   61. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   62. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   63. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   64. <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>
>   65. <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>
>   66. <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>
>   67. <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>
>   68. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   69. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   70. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   71. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   72. <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>
>   73. <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>
>   74. <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>
>   75. <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>
>   76. <a href="https://moduscreate.com/" rel="noreferrer" target="_blank">https://moduscreate.com/</a><br>
>   77. <a href="https://moduscreate.com/" rel="noreferrer" target="_blank">https://moduscreate.com/</a><br>
>   78. <a href="https://moduscreate.com/" rel="noreferrer" target="_blank">https://moduscreate.com/</a><br>
>   79. <a href="https://moduscreate.com/" rel="noreferrer" target="_blank">https://moduscreate.com/</a><br>
>   80. <a href="https://tweag.io/" rel="noreferrer" target="_blank">https://tweag.io/</a><br>
>   81. <a href="https://tweag.io/" rel="noreferrer" target="_blank">https://tweag.io/</a><br>
>   82. <a href="https://tweag.io/" rel="noreferrer" target="_blank">https://tweag.io/</a><br>
>   83. <a href="https://tweag.io/" rel="noreferrer" target="_blank">https://tweag.io/</a><br>
>   84. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   85. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   86. <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>
>   87. <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>
>   88. <a href="https://www.well-typed.com/" rel="noreferrer" target="_blank">https://www.well-typed.com/</a><br>
>   89. <a href="https://www.well-typed.com/" rel="noreferrer" target="_blank">https://www.well-typed.com/</a><br>
>   90. <a href="https://www.google.com/maps/search/27+Old+Gloucester+Street,+London+WC1N+3AX,+England?entry=gmail&source=g" rel="noreferrer" target="_blank">https://www.google.com/maps/search/27+Old+Gloucester+Street,+London+WC1N+3AX,+England?entry=gmail&source=g</a><br>
>   91. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   92. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   93. <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>
>   94. <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>
>   95. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   96. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>   97. <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>
>   98. <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>
>   99. <a href="https://moduscreate.com/" rel="noreferrer" target="_blank">https://moduscreate.com/</a><br>
>  100. <a href="https://moduscreate.com/" rel="noreferrer" target="_blank">https://moduscreate.com/</a><br>
>  101. <a href="https://tweag.io/" rel="noreferrer" target="_blank">https://tweag.io/</a><br>
>  102. <a href="https://tweag.io/" rel="noreferrer" target="_blank">https://tweag.io/</a><br>
>  103. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>  104. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>  105. <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>
>  106. <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>
>  107. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>  108. <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>
>  109. <a href="https://www.well-typed.com/" rel="noreferrer" target="_blank">https://www.well-typed.com/</a><br>
>  110. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>  111. <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>
>  112. mailto:<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
>  113. <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>
> _______________________________________________<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>
_______________________________________________<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>