<div dir="ltr">I have opened an issue with the same request a while ago: <a href="https://github.com/haskell/haddock/issues/472">https://github.com/haskell/haddock/issues/472</a></div><div class="gmail_extra"><br><div class="gmail_quote">2016-10-28 10:38 GMT+02:00 Tom Ellis <span dir="ltr"><<a href="mailto:tom-lists-haskell-cafe-2013@jaguarpaw.co.uk" target="_blank">tom-lists-haskell-cafe-2013@jaguarpaw.co.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Some of my type signatures have long contexts and Haddock doesn't wrap them,<br>
pushing the more interesting information off the right hand side, e.g.:<br>
<br>
    <a href="https://hackage.haskell.org/package/opaleye-0.5.1.1/docs/Opaleye-Join.html" rel="noreferrer" target="_blank">https://hackage.haskell.org/<wbr>package/opaleye-0.5.1.1/docs/<wbr>Opaleye-Join.html</a><br>
<br>
Is there any way I can convince Haddock to wrap these contexts?  Ideally I<br>
want to see something like<br>
<br>
    leftJoin<br>
        :: (Default Unpackspec columnsA columnsA,<br>
            Default Unpackspec columnsB columnsB,<br>
            Default NullMaker columnsB nullableColumnsB)<br>
        => Query columnsA<br>
        -> Query columnsB<br>
        -> ((columnsA, columnsB) -> Column PGBool)<br>
        -> Query (columnsA, nullableColumnsB)<br>
<br>
Thanks,<br>
<br>
Tom<br>
______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div><br></div>