symantic-document-0.0.0.20170623: Document symantics.

Safe HaskellSafe
LanguageHaskell98

Language.Symantic.Document.Dim

Contents

Synopsis

Type Dim

data Dim Source #

Constructors

Dim 

Fields

Instances

Eq Dim Source # 

Methods

(==) :: Dim -> Dim -> Bool #

(/=) :: Dim -> Dim -> Bool #

Show Dim Source # 

Methods

showsPrec :: Int -> Dim -> ShowS #

show :: Dim -> String #

showList :: [Dim] -> ShowS #

IsString Dim Source # 

Methods

fromString :: String -> Dim #

Semigroup Dim Source # 

Methods

(<>) :: Dim -> Dim -> Dim #

sconcat :: NonEmpty Dim -> Dim #

stimes :: Integral b => b -> Dim -> Dim #

Monoid Dim Source # 

Methods

mempty :: Dim #

mappend :: Dim -> Dim -> Dim #

mconcat :: [Dim] -> Dim #

Doc_Decoration Dim Source # 
Doc_Color Dim Source # 
Doc_Text Dim Source #