symantic-document-0.0.0.20170623: Document symantics.
Language.Symantic.Document.Dim
Contents
Dim
Synopsis
data Dim Source #
Constructors
Fields
Maximun line length.
Number of newlines.
Length of the first line.
Length of the last line.
Instances
Methods
(==) :: Dim -> Dim -> Bool #
(/=) :: Dim -> Dim -> Bool #
showsPrec :: Int -> Dim -> ShowS #
show :: Dim -> String #
showList :: [Dim] -> ShowS #
fromString :: String -> Dim #
(<>) :: Dim -> Dim -> Dim #
sconcat :: NonEmpty Dim -> Dim #
stimes :: Integral b => b -> Dim -> Dim #
mempty :: Dim #
mappend :: Dim -> Dim -> Dim #
mconcat :: [Dim] -> Dim #
bold :: Dim -> Dim Source #
underline :: Dim -> Dim Source #
italic :: Dim -> Dim Source #
reverse :: Dim -> Dim Source #
black :: Dim -> Dim Source #
red :: Dim -> Dim Source #
green :: Dim -> Dim Source #
yellow :: Dim -> Dim Source #
blue :: Dim -> Dim Source #
magenta :: Dim -> Dim Source #
cyan :: Dim -> Dim Source #
white :: Dim -> Dim Source #
blacker :: Dim -> Dim Source #
redder :: Dim -> Dim Source #
greener :: Dim -> Dim Source #
yellower :: Dim -> Dim Source #
bluer :: Dim -> Dim Source #
magentaer :: Dim -> Dim Source #
cyaner :: Dim -> Dim Source #
whiter :: Dim -> Dim Source #
onBlack :: Dim -> Dim Source #
onRed :: Dim -> Dim Source #
onGreen :: Dim -> Dim Source #
onYellow :: Dim -> Dim Source #
onBlue :: Dim -> Dim Source #
onMagenta :: Dim -> Dim Source #
onCyan :: Dim -> Dim Source #
onWhite :: Dim -> Dim Source #
onBlacker :: Dim -> Dim Source #
onRedder :: Dim -> Dim Source #
onGreener :: Dim -> Dim Source #
onYellower :: Dim -> Dim Source #
onBluer :: Dim -> Dim Source #
onMagentaer :: Dim -> Dim Source #
onCyaner :: Dim -> Dim Source #
onWhiter :: Dim -> Dim Source #
charH :: Char -> Dim Source #
stringH :: String -> Dim Source #
textH :: Text -> Dim Source #
ltextH :: Text -> Dim Source #
replicate :: Int -> Dim -> Dim Source #
integer :: Integer -> Dim Source #
empty :: Dim Source #
eol :: Dim Source #
space :: Dim Source #
spaces :: Int -> Dim Source #
int :: Int -> Dim Source #
char :: Char -> Dim Source #
string :: String -> Dim Source #
text :: Text -> Dim Source #
ltext :: Text -> Dim Source #
catH :: Foldable f => f Dim -> Dim Source #
catV :: Foldable f => f Dim -> Dim Source #
paren :: Dim -> Dim Source #
brace :: Dim -> Dim Source #
bracket :: Dim -> Dim Source #
bquote :: Dim -> Dim Source #
dquote :: Dim -> Dim Source #
fquote :: Dim -> Dim Source #
squote :: Dim -> Dim Source #
dim :: Dim -> Dim Source #