mirror of
https://github.com/Mesabloo/diagnose.git
synced 2024-11-25 14:32:38 +03:00
pretty: re-export Prettyprinter
This commit is contained in:
parent
3be8f121e8
commit
63bec43b9c
@ -1,4 +1,4 @@
|
|||||||
module Error.Diagnose.Pretty (module Export) where
|
module Error.Diagnose.Pretty (module Export) where
|
||||||
|
|
||||||
import qualified Prettyprinter as Export (Pretty(..), Doc, emptyDoc, viaShow, nest, line, line', softline, softline', hardline, group, flatAlt, align, hang, indent, encloseSep, list, tupled, (<>), (<+>), concatWith, hsep, vsep, fillSep, sep, hcat, vcat, fillCat, cat, punctuate, column, nesting, width, fill, fillBreak, plural, enclose, surround, squotes, dquotes, parens, angles, brackets, braces, lparen, rparen, langle, rangle, lbrace, rbrace, lbracket, rbracket, squote, dquote, semi, colon, comma, space, dot, slash, backslash, equals, pipe, annotate)
|
import qualified Prettyprinter as Export
|
||||||
import qualified Prettyprinter.Render.Terminal as Export (AnsiStyle, Color(..), color, colorDull, bgColor, bgColorDull, bold, italicized, underlined, Intensity(..))
|
import qualified Prettyprinter.Render.Terminal as Export
|
||||||
|
Loading…
Reference in New Issue
Block a user