symantic-document-0.0.0.20170623: Document symantics.

Safe HaskellSafe
LanguageHaskell98

Language.Symantic.Document.Plain

Contents

Synopsis

Type Plain

newtype Plain Source #

Constructors

Plain Builder 

Instances

Show Plain Source # 

Methods

showsPrec :: Int -> Plain -> ShowS #

show :: Plain -> String #

showList :: [Plain] -> ShowS #

IsString Plain Source # 

Methods

fromString :: String -> Plain #

Semigroup Plain Source # 

Methods

(<>) :: Plain -> Plain -> Plain #

sconcat :: NonEmpty Plain -> Plain #

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

Monoid Plain Source # 

Methods

mempty :: Plain #

mappend :: Plain -> Plain -> Plain #

mconcat :: [Plain] -> Plain #

Doc_Decoration Plain Source # 
Doc_Color Plain Source # 
Doc_Text Plain Source # 

Type PlainIO

newtype PlainIO Source #

Constructors

PlainIO 

Fields

Instances

IsString PlainIO Source # 

Methods

fromString :: String -> PlainIO #

Semigroup PlainIO Source # 
Monoid PlainIO Source # 
Doc_Decoration PlainIO Source # 
Doc_Color PlainIO Source # 
Doc_Text PlainIO Source #