[Haskell-cafe] multiline strings editor for emacs

Brandon Allbery allbery.b at gmail.com
Thu Jan 26 17:26:02 UTC 2023


Nothing built in, but I think there's a proposal for better multiline
string support in the compiler. (Yep:
https://github.com/ghc-proposals/ghc-proposals/pull/569)

On Thu, Jan 26, 2023 at 12:13 PM Markus Läll <markus.l2ll at gmail.com> wrote:
>
> Dear Cafe,
>
> 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?
>
> (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.)
>
>
> Thanks!
>
> --
> Markus Läll
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.



-- 
brandon s allbery kf8nh
allbery.b at gmail.com


More information about the Haskell-Cafe mailing list