
28 Oct
2016
28 Oct
'16
9:03 a.m.
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