Fix stupid haddock needs
parent
6f4eec245e
commit
aba7d13f67
|
@ -370,7 +370,7 @@ alignColsLines bridocs = do -- colInfos `forM_` \colInfo -> do
|
||||||
Just (_, maxs, _) -> sum maxs
|
Just (_, maxs, _) -> sum maxs
|
||||||
maxCols = {-Foldable.foldl1 maxZipper-}
|
maxCols = {-Foldable.foldl1 maxZipper-}
|
||||||
fmap colAggregation $ transpose $ Foldable.toList
|
fmap colAggregation $ transpose $ Foldable.toList
|
||||||
-- $ trace ("colss=" ++ show colss ++ " for" ++ take 100 (show $ briDocToDoc $ head bridocs))
|
-- $ trace ("colss=" ++ show colss ++ " for" ++ take 100 (show $ briDocToDoc $ head bridocs))
|
||||||
colss
|
colss
|
||||||
(_, posXs) = mapAccumL (\acc x -> (acc + x, acc)) curX maxCols
|
(_, posXs) = mapAccumL (\acc x -> (acc + x, acc)) curX maxCols
|
||||||
counter count l = if List.last posXs + List.last l <= colMax
|
counter count l = if List.last posXs + List.last l <= colMax
|
||||||
|
|
Loading…
Reference in New Issue