symantic-document-0.0.0.20170623: Document symantics.
Language.Symantic.Document.ANSI
Contents
ANSI
ANSI_IO
Synopsis
newtype ANSI Source #
Constructors
Fields
Instances
Methods
fromString :: String -> ANSI #
(<>) :: ANSI -> ANSI -> ANSI #
sconcat :: NonEmpty ANSI -> ANSI #
stimes :: Integral b => b -> ANSI -> ANSI #
mempty :: ANSI #
mappend :: ANSI -> ANSI -> ANSI #
mconcat :: [ANSI] -> ANSI #
bold :: ANSI -> ANSI Source #
underline :: ANSI -> ANSI Source #
italic :: ANSI -> ANSI Source #
reverse :: ANSI -> ANSI Source #
black :: ANSI -> ANSI Source #
red :: ANSI -> ANSI Source #
green :: ANSI -> ANSI Source #
yellow :: ANSI -> ANSI Source #
blue :: ANSI -> ANSI Source #
magenta :: ANSI -> ANSI Source #
cyan :: ANSI -> ANSI Source #
white :: ANSI -> ANSI Source #
blacker :: ANSI -> ANSI Source #
redder :: ANSI -> ANSI Source #
greener :: ANSI -> ANSI Source #
yellower :: ANSI -> ANSI Source #
bluer :: ANSI -> ANSI Source #
magentaer :: ANSI -> ANSI Source #
cyaner :: ANSI -> ANSI Source #
whiter :: ANSI -> ANSI Source #
onBlack :: ANSI -> ANSI Source #
onRed :: ANSI -> ANSI Source #
onGreen :: ANSI -> ANSI Source #
onYellow :: ANSI -> ANSI Source #
onBlue :: ANSI -> ANSI Source #
onMagenta :: ANSI -> ANSI Source #
onCyan :: ANSI -> ANSI Source #
onWhite :: ANSI -> ANSI Source #
onBlacker :: ANSI -> ANSI Source #
onRedder :: ANSI -> ANSI Source #
onGreener :: ANSI -> ANSI Source #
onYellower :: ANSI -> ANSI Source #
onBluer :: ANSI -> ANSI Source #
onMagentaer :: ANSI -> ANSI Source #
onCyaner :: ANSI -> ANSI Source #
onWhiter :: ANSI -> ANSI Source #
charH :: Char -> ANSI Source #
stringH :: String -> ANSI Source #
textH :: Text -> ANSI Source #
ltextH :: Text -> ANSI Source #
replicate :: Int -> ANSI -> ANSI Source #
integer :: Integer -> ANSI Source #
empty :: ANSI Source #
eol :: ANSI Source #
space :: ANSI Source #
spaces :: Int -> ANSI Source #
int :: Int -> ANSI Source #
char :: Char -> ANSI Source #
string :: String -> ANSI Source #
text :: Text -> ANSI Source #
ltext :: Text -> ANSI Source #
catH :: Foldable f => f ANSI -> ANSI Source #
catV :: Foldable f => f ANSI -> ANSI Source #
paren :: ANSI -> ANSI Source #
brace :: ANSI -> ANSI Source #
bracket :: ANSI -> ANSI Source #
bquote :: ANSI -> ANSI Source #
dquote :: ANSI -> ANSI Source #
fquote :: ANSI -> ANSI Source #
squote :: ANSI -> ANSI Source #
ansi :: ANSI -> Builder Source #
pushSGR :: SGR -> ANSI -> ANSI Source #
newtype ANSI_IO Source #
fromString :: String -> ANSI_IO #
(<>) :: ANSI_IO -> ANSI_IO -> ANSI_IO #
sconcat :: NonEmpty ANSI_IO -> ANSI_IO #
stimes :: Integral b => b -> ANSI_IO -> ANSI_IO #
mempty :: ANSI_IO #
mappend :: ANSI_IO -> ANSI_IO -> ANSI_IO #
mconcat :: [ANSI_IO] -> ANSI_IO #
bold :: ANSI_IO -> ANSI_IO Source #
underline :: ANSI_IO -> ANSI_IO Source #
italic :: ANSI_IO -> ANSI_IO Source #
reverse :: ANSI_IO -> ANSI_IO Source #
black :: ANSI_IO -> ANSI_IO Source #
red :: ANSI_IO -> ANSI_IO Source #
green :: ANSI_IO -> ANSI_IO Source #
yellow :: ANSI_IO -> ANSI_IO Source #
blue :: ANSI_IO -> ANSI_IO Source #
magenta :: ANSI_IO -> ANSI_IO Source #
cyan :: ANSI_IO -> ANSI_IO Source #
white :: ANSI_IO -> ANSI_IO Source #
blacker :: ANSI_IO -> ANSI_IO Source #
redder :: ANSI_IO -> ANSI_IO Source #
greener :: ANSI_IO -> ANSI_IO Source #
yellower :: ANSI_IO -> ANSI_IO Source #
bluer :: ANSI_IO -> ANSI_IO Source #
magentaer :: ANSI_IO -> ANSI_IO Source #
cyaner :: ANSI_IO -> ANSI_IO Source #
whiter :: ANSI_IO -> ANSI_IO Source #
onBlack :: ANSI_IO -> ANSI_IO Source #
onRed :: ANSI_IO -> ANSI_IO Source #
onGreen :: ANSI_IO -> ANSI_IO Source #
onYellow :: ANSI_IO -> ANSI_IO Source #
onBlue :: ANSI_IO -> ANSI_IO Source #
onMagenta :: ANSI_IO -> ANSI_IO Source #
onCyan :: ANSI_IO -> ANSI_IO Source #
onWhite :: ANSI_IO -> ANSI_IO Source #
onBlacker :: ANSI_IO -> ANSI_IO Source #
onRedder :: ANSI_IO -> ANSI_IO Source #
onGreener :: ANSI_IO -> ANSI_IO Source #
onYellower :: ANSI_IO -> ANSI_IO Source #
onBluer :: ANSI_IO -> ANSI_IO Source #
onMagentaer :: ANSI_IO -> ANSI_IO Source #
onCyaner :: ANSI_IO -> ANSI_IO Source #
onWhiter :: ANSI_IO -> ANSI_IO Source #
charH :: Char -> ANSI_IO Source #
stringH :: String -> ANSI_IO Source #
textH :: Text -> ANSI_IO Source #
ltextH :: Text -> ANSI_IO Source #
replicate :: Int -> ANSI_IO -> ANSI_IO Source #
integer :: Integer -> ANSI_IO Source #
empty :: ANSI_IO Source #
eol :: ANSI_IO Source #
space :: ANSI_IO Source #
spaces :: Int -> ANSI_IO Source #
int :: Int -> ANSI_IO Source #
char :: Char -> ANSI_IO Source #
string :: String -> ANSI_IO Source #
text :: Text -> ANSI_IO Source #
ltext :: Text -> ANSI_IO Source #
catH :: Foldable f => f ANSI_IO -> ANSI_IO Source #
catV :: Foldable f => f ANSI_IO -> ANSI_IO Source #
paren :: ANSI_IO -> ANSI_IO Source #
brace :: ANSI_IO -> ANSI_IO Source #
bracket :: ANSI_IO -> ANSI_IO Source #
bquote :: ANSI_IO -> ANSI_IO Source #
dquote :: ANSI_IO -> ANSI_IO Source #
fquote :: ANSI_IO -> ANSI_IO Source #
squote :: ANSI_IO -> ANSI_IO Source #
ansiIO :: ANSI_IO -> Handle -> IO () Source #
pushSGR_IO :: SGR -> ANSI_IO -> ANSI_IO Source #