Ah, sorry, got it.
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.