[Haskell-cafe] Haddock, wrapping contexts?

Tom Ellis tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk
Fri Oct 28 09:03:09 UTC 2016


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


More information about the Haskell-Cafe mailing list