[Haskell-cafe] Haddock, wrapping contexts?

Geraldus heraldhoi at gmail.com
Fri Oct 28 09:08:27 UTC 2016


Ah, sorry, got it.

пт, 28 окт. 2016 г. в 14:03, Tom Ellis <
tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk>:

> On Fri, Oct 28, 2016 at 08:53:53AM +0000, Geraldus wrote:
> > I see `leftJoin` signature wrapped, but not `leftJoinExplicit` for
> > example.  I suppose if you will document arguments Haddock will wrap that
> > signatures too.
>
> No, I want to wrap the *context* of leftJoin.  Currently all three
> elements of
> the context tuple are on one line:
>
>     (Default Unpackspec columnsL columnsL, Default Unpackspec columnsR
> columnsR, Default NullMaker columnsR nullableColumnsR)
>
> I want to see
>
>     (Default Unpackspec columnsL columnsL,
>      Default Unpackspec columnsR columnsR,
>      Default NullMaker columnsR nullableColumnsR)
>
> Tom
> _______________________________________________
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20161028/1ba77812/attachment.html>


More information about the Haskell-Cafe mailing list