<div dir="ltr"><div>That's a great idea! I love "not very smart" tools like that one.</div><div><br></div><div>I don't know (yet) how HLS works, but is it possible to build something like that into it so it would be more accessible to people? (Asking the Cafe in general.)  It might provide less pressure to change Haskell syntax, i.e. <a href="https://github.com/ghc-proposals/ghc-proposals/pull/569.">https://github.com/ghc-proposals/ghc-proposals/pull/569.</a>..<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 29 Jan 2023 at 10:47, Evan Laforge <<a href="mailto:qdunkan@gmail.com">qdunkan@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">I've long used a program to toggle between raw text and haskell string<br>
syntax (either wrapped words, unwrapped \-continued, or ["x", "y"]<br>
"unlines" style).  I use it with vim but it's a plain text filter:<br>
<a href="https://github.com/elaforge/simple-src-utils" rel="noreferrer" target="_blank">https://github.com/elaforge/simple-src-utils</a><br>
<br>
It's not very smart but has worked well enough that I haven't bothered<br>
to fix the rough bits.<br>
<br>
On Fri, Jan 27, 2023 at 1:26 AM Brandon Allbery <<a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>> wrote:<br>
><br>
> Nothing built in, but I think there's a proposal for better multiline<br>
> string support in the compiler. (Yep:<br>
> <a href="https://github.com/ghc-proposals/ghc-proposals/pull/569" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/569</a>)<br>
><br>
> On Thu, Jan 26, 2023 at 12:13 PM Markus Läll <<a href="mailto:markus.l2ll@gmail.com" target="_blank">markus.l2ll@gmail.com</a>> wrote:<br>
> ><br>
> > Dear Cafe,<br>
> ><br>
> > searched, but this didn't turn up anything -- does there exist a "multiline string editor for emacs" in haskell? I.e something that would pop-out a new buffer to edit the string, and that would be inserted and slash-aligned back into the original file once done? This would be simple enough to implement, perhaps someone has already done it?<br>
> ><br>
> > (And just to be sure: there isn't a built-in multiline quasiquoter in base, right? I know that there are multitudes of packages that implement this, but would just like something that is built in.)<br>
> ><br>
> ><br>
> > Thanks!<br>
> ><br>
> > --<br>
> > Markus Läll<br>
> > _______________________________________________<br>
> > Haskell-Cafe mailing list<br>
> > To (un)subscribe, modify options or view archives go to:<br>
> > <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
> > Only members subscribed via the mailman list are allowed to post.<br>
><br>
><br>
><br>
> --<br>
> brandon s allbery kf8nh<br>
> <a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a><br>
> _______________________________________________<br>
> Haskell-Cafe mailing list<br>
> To (un)subscribe, modify options or view archives go to:<br>
> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
> Only members subscribed via the mailman list are allowed to post.<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div>