mpppc 0.1.0 → 0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Text.PrettyPrint.MPPPC.OneDim: (<+>) :: (Printable s t) => Pretty s t -> Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: (<+>) :: Printable s t => Pretty s t -> Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: (<//>) :: (Printable s t) => Pretty s t -> Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: (<//>) :: Printable s t => Pretty s t -> Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: (</>) :: (Printable s t) => Pretty s t -> Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: (</>) :: Printable s t => Pretty s t -> Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: angleLeft :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: angleLeft :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: angleRight :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: angleRight :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: angles :: (Printable s t) => Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: angles :: Printable s t => Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: append :: (Printable s t) => s -> s -> s
+ Text.PrettyPrint.MPPPC.OneDim: append :: Printable s t => s -> s -> s
- Text.PrettyPrint.MPPPC.OneDim: backslash :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: backslash :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: braceLeft :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: braceLeft :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: braceRight :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: braceRight :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: braces :: (Printable s t) => Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: braces :: Printable s t => Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: bracketLeft :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: bracketLeft :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: bracketRight :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: bracketRight :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: brackets :: (Printable s t) => Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: brackets :: Printable s t => Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: cat :: (Printable s t) => [Pretty s t] -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: cat :: Printable s t => [Pretty s t] -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: char :: (Printable s t) => t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: char :: Printable s t => t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: chunk :: (Printable s t) => Int -> s -> [s]
+ Text.PrettyPrint.MPPPC.OneDim: chunk :: Printable s t => Int -> s -> [s]
- Text.PrettyPrint.MPPPC.OneDim: colon :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: colon :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: comma :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: comma :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: cons :: (Printable s t) => t -> s -> s
+ Text.PrettyPrint.MPPPC.OneDim: cons :: Printable s t => t -> s -> s
- Text.PrettyPrint.MPPPC.OneDim: dot :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: dot :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: enclose :: (Printable s t) => Pretty s t -> Pretty s t -> Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: enclose :: Printable s t => Pretty s t -> Pretty s t -> Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: encloseSep :: (Printable s t) => Pretty s t -> Pretty s t -> Pretty s t -> [Pretty s t] -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: encloseSep :: Printable s t => Pretty s t -> Pretty s t -> Pretty s t -> [Pretty s t] -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: equals :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: equals :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: fill :: (Printable s t) => Int -> Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: fill :: Printable s t => Int -> Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: fillBreak :: (Printable s t) => Int -> Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: fillBreak :: Printable s t => Int -> Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: fillCat :: (Printable s t) => [Pretty s t] -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: fillCat :: Printable s t => [Pretty s t] -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: fillSep :: (Printable s t) => [Pretty s t] -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: fillSep :: Printable s t => [Pretty s t] -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: flatten :: (Printable s t) => Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: flatten :: Printable s t => Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: group :: (Printable s t) => Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: group :: Printable s t => Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: hPutPretty :: (Printable s t) => Handle -> Pretty s t -> IO ()
+ Text.PrettyPrint.MPPPC.OneDim: hPutPretty :: Printable s t => Handle -> Pretty s t -> IO ()
- Text.PrettyPrint.MPPPC.OneDim: hPutSeq :: (Printable s t) => Handle -> s -> IO ()
+ Text.PrettyPrint.MPPPC.OneDim: hPutSeq :: Printable s t => Handle -> s -> IO ()
- Text.PrettyPrint.MPPPC.OneDim: hPutSimplePretty :: (Printable s t) => Handle -> SimplePretty s t -> IO ()
+ Text.PrettyPrint.MPPPC.OneDim: hPutSimplePretty :: Printable s t => Handle -> SimplePretty s t -> IO ()
- Text.PrettyPrint.MPPPC.OneDim: hPutTok :: (Printable s t) => Handle -> t -> IO ()
+ Text.PrettyPrint.MPPPC.OneDim: hPutTok :: Printable s t => Handle -> t -> IO ()
- Text.PrettyPrint.MPPPC.OneDim: hcat :: (Printable s t) => [Pretty s t] -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: hcat :: Printable s t => [Pretty s t] -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: head :: (Printable s t) => s -> t
+ Text.PrettyPrint.MPPPC.OneDim: head :: Printable s t => s -> t
- Text.PrettyPrint.MPPPC.OneDim: hsep :: (Printable s t) => [Pretty s t] -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: hsep :: Printable s t => [Pretty s t] -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: indent :: (Printable s t) => Int -> Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: indent :: Printable s t => Int -> Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: isNull :: (Printable s t) => s -> Bool
+ Text.PrettyPrint.MPPPC.OneDim: isNull :: Printable s t => s -> Bool
- Text.PrettyPrint.MPPPC.OneDim: length :: (Printable s t) => s -> Int
+ Text.PrettyPrint.MPPPC.OneDim: length :: Printable s t => s -> Int
- Text.PrettyPrint.MPPPC.OneDim: list :: (Printable s t) => [Pretty s t] -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: list :: Printable s t => [Pretty s t] -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: pack :: (Printable s t) => String -> s
+ Text.PrettyPrint.MPPPC.OneDim: pack :: Printable s t => String -> s
- Text.PrettyPrint.MPPPC.OneDim: parenLeft :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: parenLeft :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: parenRight :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: parenRight :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: parens :: (Printable s t) => Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: parens :: Printable s t => Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: putPretty :: (Printable s t) => Pretty s t -> IO ()
+ Text.PrettyPrint.MPPPC.OneDim: putPretty :: Printable s t => Pretty s t -> IO ()
- Text.PrettyPrint.MPPPC.OneDim: quoteDouble :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: quoteDouble :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: quoteSingle :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: quoteSingle :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: quotesDouble :: (Printable s t) => Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: quotesDouble :: Printable s t => Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: quotesSingle :: (Printable s t) => Pretty s t -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: quotesSingle :: Printable s t => Pretty s t -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: renderSeq :: (Printable s t) => Pretty s t -> s
+ Text.PrettyPrint.MPPPC.OneDim: renderSeq :: Printable s t => Pretty s t -> s
- Text.PrettyPrint.MPPPC.OneDim: renderSimplePretty :: (Printable s t) => SimplePretty s t -> s
+ Text.PrettyPrint.MPPPC.OneDim: renderSimplePretty :: Printable s t => SimplePretty s t -> s
- Text.PrettyPrint.MPPPC.OneDim: replicate :: (Printable s t) => Int -> s -> s
+ Text.PrettyPrint.MPPPC.OneDim: replicate :: Printable s t => Int -> s -> s
- Text.PrettyPrint.MPPPC.OneDim: reverse :: (Printable s t) => s -> s
+ Text.PrettyPrint.MPPPC.OneDim: reverse :: Printable s t => s -> s
- Text.PrettyPrint.MPPPC.OneDim: semi :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: semi :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: semiBraces :: (Printable s t) => [Pretty s t] -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: semiBraces :: Printable s t => [Pretty s t] -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: sep :: (Printable s t) => [Pretty s t] -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: sep :: Printable s t => [Pretty s t] -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: seqEmpty :: (Printable s t) => s
+ Text.PrettyPrint.MPPPC.OneDim: seqEmpty :: Printable s t => s
- Text.PrettyPrint.MPPPC.OneDim: singleton :: (Printable s t) => t -> s
+ Text.PrettyPrint.MPPPC.OneDim: singleton :: Printable s t => t -> s
- Text.PrettyPrint.MPPPC.OneDim: softBreak :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: softBreak :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: softLine :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: softLine :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: space :: (Printable s t) => Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: space :: Printable s t => Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: spaces :: (Printable s t) => Int -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: spaces :: Printable s t => Int -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: splitAt :: (Printable s t) => Int -> s -> (s, s)
+ Text.PrettyPrint.MPPPC.OneDim: splitAt :: Printable s t => Int -> s -> (s, s)
- Text.PrettyPrint.MPPPC.OneDim: tail :: (Printable s t) => s -> s
+ Text.PrettyPrint.MPPPC.OneDim: tail :: Printable s t => s -> s
- Text.PrettyPrint.MPPPC.OneDim: take :: (Printable s t) => Int -> s -> s
+ Text.PrettyPrint.MPPPC.OneDim: take :: Printable s t => Int -> s -> s
- Text.PrettyPrint.MPPPC.OneDim: text :: (Printable s t) => s -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: text :: Printable s t => s -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: tokAngleLeft :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokAngleLeft :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokAngleRight :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokAngleRight :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokBackslash :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokBackslash :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokBraceLeft :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokBraceLeft :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokBraceRight :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokBraceRight :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokBracketLeft :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokBracketLeft :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokBracketRight :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokBracketRight :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokColon :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokColon :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokComma :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokComma :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokDot :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokDot :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokEquals :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokEquals :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokNewline :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokNewline :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokParenLeft :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokParenLeft :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokParenRight :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokParenRight :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokQuoteDouble :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokQuoteDouble :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokQuoteSingle :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokQuoteSingle :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokSemi :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokSemi :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tokSpace :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.OneDim: tokSpace :: Printable s t => t
- Text.PrettyPrint.MPPPC.OneDim: tupled :: (Printable s t) => [Pretty s t] -> Pretty s t
+ Text.PrettyPrint.MPPPC.OneDim: tupled :: Printable s t => [Pretty s t] -> Pretty s t
- Text.PrettyPrint.MPPPC.OneDim: unlines :: (Printable s t) => [s] -> s
+ Text.PrettyPrint.MPPPC.OneDim: unlines :: Printable s t => [s] -> s
- Text.PrettyPrint.MPPPC.OneDim: unwords :: (Printable s t) => [s] -> s
+ Text.PrettyPrint.MPPPC.OneDim: unwords :: Printable s t => [s] -> s
- Text.PrettyPrint.MPPPC.OneDim: words :: (Printable s t) => s -> [s]
+ Text.PrettyPrint.MPPPC.OneDim: words :: Printable s t => s -> [s]
- Text.PrettyPrint.MPPPC.TwoDim: append :: (Printable s t) => s -> s -> s
+ Text.PrettyPrint.MPPPC.TwoDim: append :: Printable s t => s -> s -> s
- Text.PrettyPrint.MPPPC.TwoDim: blanks :: (Printable s t) => Int -> s
+ Text.PrettyPrint.MPPPC.TwoDim: blanks :: Printable s t => Int -> s
- Text.PrettyPrint.MPPPC.TwoDim: char :: (Printable s t) => t -> Pretty s t
+ Text.PrettyPrint.MPPPC.TwoDim: char :: Printable s t => t -> Pretty s t
- Text.PrettyPrint.MPPPC.TwoDim: chunk :: (Printable s t) => Int -> s -> [s]
+ Text.PrettyPrint.MPPPC.TwoDim: chunk :: Printable s t => Int -> s -> [s]
- Text.PrettyPrint.MPPPC.TwoDim: columns :: (Printable s t) => Alignment -> Int -> Int -> s -> [Pretty s t]
+ Text.PrettyPrint.MPPPC.TwoDim: columns :: Printable s t => Alignment -> Int -> Int -> s -> [Pretty s t]
- Text.PrettyPrint.MPPPC.TwoDim: cons :: (Printable s t) => t -> s -> s
+ Text.PrettyPrint.MPPPC.TwoDim: cons :: Printable s t => t -> s -> s
- Text.PrettyPrint.MPPPC.TwoDim: emptyPara :: (Printable s t) => Int -> Para s t
+ Text.PrettyPrint.MPPPC.TwoDim: emptyPara :: Printable s t => Int -> Para s t
- Text.PrettyPrint.MPPPC.TwoDim: flow :: (Printable s t) => Int -> s -> [s]
+ Text.PrettyPrint.MPPPC.TwoDim: flow :: Printable s t => Int -> s -> [s]
- Text.PrettyPrint.MPPPC.TwoDim: hPutPretty :: (Printable s t) => Handle -> Pretty s t -> IO ()
+ Text.PrettyPrint.MPPPC.TwoDim: hPutPretty :: Printable s t => Handle -> Pretty s t -> IO ()
- Text.PrettyPrint.MPPPC.TwoDim: hPutSeq :: (Printable s t) => Handle -> s -> IO ()
+ Text.PrettyPrint.MPPPC.TwoDim: hPutSeq :: Printable s t => Handle -> s -> IO ()
- Text.PrettyPrint.MPPPC.TwoDim: hPutTok :: (Printable s t) => Handle -> t -> IO ()
+ Text.PrettyPrint.MPPPC.TwoDim: hPutTok :: Printable s t => Handle -> t -> IO ()
- Text.PrettyPrint.MPPPC.TwoDim: head :: (Printable s t) => s -> t
+ Text.PrettyPrint.MPPPC.TwoDim: head :: Printable s t => s -> t
- Text.PrettyPrint.MPPPC.TwoDim: isNull :: (Printable s t) => s -> Bool
+ Text.PrettyPrint.MPPPC.TwoDim: isNull :: Printable s t => s -> Bool
- Text.PrettyPrint.MPPPC.TwoDim: length :: (Printable s t) => s -> Int
+ Text.PrettyPrint.MPPPC.TwoDim: length :: Printable s t => s -> Int
- Text.PrettyPrint.MPPPC.TwoDim: mkLine :: (Printable s t) => [Word s t] -> Line s t
+ Text.PrettyPrint.MPPPC.TwoDim: mkLine :: Printable s t => [Word s t] -> Line s t
- Text.PrettyPrint.MPPPC.TwoDim: mkParaBox :: (Printable s t) => Alignment -> Int -> [s] -> Pretty s t
+ Text.PrettyPrint.MPPPC.TwoDim: mkParaBox :: Printable s t => Alignment -> Int -> [s] -> Pretty s t
- Text.PrettyPrint.MPPPC.TwoDim: mkWord :: (Printable s t) => s -> Word s t
+ Text.PrettyPrint.MPPPC.TwoDim: mkWord :: Printable s t => s -> Word s t
- Text.PrettyPrint.MPPPC.TwoDim: pack :: (Printable s t) => String -> s
+ Text.PrettyPrint.MPPPC.TwoDim: pack :: Printable s t => String -> s
- Text.PrettyPrint.MPPPC.TwoDim: para :: (Printable s t) => Alignment -> Int -> s -> Pretty s t
+ Text.PrettyPrint.MPPPC.TwoDim: para :: Printable s t => Alignment -> Int -> s -> Pretty s t
- Text.PrettyPrint.MPPPC.TwoDim: putPretty :: (Printable s t) => Pretty s t -> IO ()
+ Text.PrettyPrint.MPPPC.TwoDim: putPretty :: Printable s t => Pretty s t -> IO ()
- Text.PrettyPrint.MPPPC.TwoDim: renderPretty :: (Printable s t) => Pretty s t -> s
+ Text.PrettyPrint.MPPPC.TwoDim: renderPretty :: Printable s t => Pretty s t -> s
- Text.PrettyPrint.MPPPC.TwoDim: renderPrettyLines :: (Printable s t) => Pretty s t -> [s]
+ Text.PrettyPrint.MPPPC.TwoDim: renderPrettyLines :: Printable s t => Pretty s t -> [s]
- Text.PrettyPrint.MPPPC.TwoDim: renderPrettyWithCols :: (Printable s t) => Int -> Pretty s t -> [s]
+ Text.PrettyPrint.MPPPC.TwoDim: renderPrettyWithCols :: Printable s t => Int -> Pretty s t -> [s]
- Text.PrettyPrint.MPPPC.TwoDim: renderPrettyWithRows :: (Printable s t) => Int -> Pretty s t -> [s]
+ Text.PrettyPrint.MPPPC.TwoDim: renderPrettyWithRows :: Printable s t => Int -> Pretty s t -> [s]
- Text.PrettyPrint.MPPPC.TwoDim: replicate :: (Printable s t) => Int -> s -> s
+ Text.PrettyPrint.MPPPC.TwoDim: replicate :: Printable s t => Int -> s -> s
- Text.PrettyPrint.MPPPC.TwoDim: resizePretty :: (Printable s t) => Int -> Int -> [s] -> [s]
+ Text.PrettyPrint.MPPPC.TwoDim: resizePretty :: Printable s t => Int -> Int -> [s] -> [s]
- Text.PrettyPrint.MPPPC.TwoDim: resizePrettyAligned :: (Printable s t) => Int -> Int -> Alignment -> Alignment -> [s] -> [s]
+ Text.PrettyPrint.MPPPC.TwoDim: resizePrettyAligned :: Printable s t => Int -> Int -> Alignment -> Alignment -> [s] -> [s]
- Text.PrettyPrint.MPPPC.TwoDim: reverse :: (Printable s t) => s -> s
+ Text.PrettyPrint.MPPPC.TwoDim: reverse :: Printable s t => s -> s
- Text.PrettyPrint.MPPPC.TwoDim: seqEmpty :: (Printable s t) => s
+ Text.PrettyPrint.MPPPC.TwoDim: seqEmpty :: Printable s t => s
- Text.PrettyPrint.MPPPC.TwoDim: singleton :: (Printable s t) => t -> s
+ Text.PrettyPrint.MPPPC.TwoDim: singleton :: Printable s t => t -> s
- Text.PrettyPrint.MPPPC.TwoDim: splitAt :: (Printable s t) => Int -> s -> (s, s)
+ Text.PrettyPrint.MPPPC.TwoDim: splitAt :: Printable s t => Int -> s -> (s, s)
- Text.PrettyPrint.MPPPC.TwoDim: startLine :: (Printable s t) => Word s t -> Line s t
+ Text.PrettyPrint.MPPPC.TwoDim: startLine :: Printable s t => Word s t -> Line s t
- Text.PrettyPrint.MPPPC.TwoDim: tail :: (Printable s t) => s -> s
+ Text.PrettyPrint.MPPPC.TwoDim: tail :: Printable s t => s -> s
- Text.PrettyPrint.MPPPC.TwoDim: take :: (Printable s t) => Int -> s -> s
+ Text.PrettyPrint.MPPPC.TwoDim: take :: Printable s t => Int -> s -> s
- Text.PrettyPrint.MPPPC.TwoDim: takePad :: (Printable s t) => s -> Int -> s -> s
+ Text.PrettyPrint.MPPPC.TwoDim: takePad :: Printable s t => s -> Int -> s -> s
- Text.PrettyPrint.MPPPC.TwoDim: takePadAlign :: (Printable s t) => Alignment -> s -> Int -> s -> s
+ Text.PrettyPrint.MPPPC.TwoDim: takePadAlign :: Printable s t => Alignment -> s -> Int -> s -> s
- Text.PrettyPrint.MPPPC.TwoDim: takePadAlignList :: (Printable s t) => Alignment -> s -> Int -> [s] -> [s]
+ Text.PrettyPrint.MPPPC.TwoDim: takePadAlignList :: Printable s t => Alignment -> s -> Int -> [s] -> [s]
- Text.PrettyPrint.MPPPC.TwoDim: takePadList :: (Printable s t) => s -> Int -> [s] -> [s]
+ Text.PrettyPrint.MPPPC.TwoDim: takePadList :: Printable s t => s -> Int -> [s] -> [s]
- Text.PrettyPrint.MPPPC.TwoDim: text :: (Printable s t) => s -> Pretty s t
+ Text.PrettyPrint.MPPPC.TwoDim: text :: Printable s t => s -> Pretty s t
- Text.PrettyPrint.MPPPC.TwoDim: tokAngleLeft :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokAngleLeft :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokAngleRight :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokAngleRight :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokBackslash :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokBackslash :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokBraceLeft :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokBraceLeft :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokBraceRight :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokBraceRight :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokBracketLeft :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokBracketLeft :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokBracketRight :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokBracketRight :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokColon :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokColon :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokComma :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokComma :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokDot :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokDot :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokEquals :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokEquals :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokNewline :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokNewline :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokParenLeft :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokParenLeft :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokParenRight :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokParenRight :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokQuoteDouble :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokQuoteDouble :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokQuoteSingle :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokQuoteSingle :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokSemi :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokSemi :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: tokSpace :: (Printable s t) => t
+ Text.PrettyPrint.MPPPC.TwoDim: tokSpace :: Printable s t => t
- Text.PrettyPrint.MPPPC.TwoDim: unlines :: (Printable s t) => [s] -> s
+ Text.PrettyPrint.MPPPC.TwoDim: unlines :: Printable s t => [s] -> s
- Text.PrettyPrint.MPPPC.TwoDim: unwords :: (Printable s t) => [s] -> s
+ Text.PrettyPrint.MPPPC.TwoDim: unwords :: Printable s t => [s] -> s
- Text.PrettyPrint.MPPPC.TwoDim: words :: (Printable s t) => s -> [s]
+ Text.PrettyPrint.MPPPC.TwoDim: words :: Printable s t => s -> [s]
Files
- mpppc.cabal +3/−3
mpppc.cabal view
@@ -1,5 +1,5 @@ name: mpppc-version: 0.1.0+version: 0.1.1 stability: experimental description: Multi-dimensional parametric pretty-printer with color synopsis: Multi-dimensional parametric pretty-printer with color@@ -15,7 +15,7 @@ library build-depends: ansi-terminal >= 0.5 && <= 0.6- , base >= 3.0 && <= 4.0+ , base >= 4.0 && <= 5.0 , bytestring >= 0.9.1 && <= 0.9.2 , split >= 0.1.1 && <= 0.2 , text >= 0.5 && <= 0.6@@ -31,7 +31,7 @@ exposed-modules: Text.PrettyPrint.MPPPC.OneDim Text.PrettyPrint.MPPPC.TwoDim - ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2+ ghc-options: -Wall -fwarn-tabs -funbox-strict-fields hs-source-dirs: src