table-layout-1.0.0.0: Format tabular data as grid or table.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Layout.Table.Cell.WideString

Synopsis

Documentation

newtype WideString Source #

A newtype for String in which characters can be wider than one space.

Constructors

WideString String 

Instances

Instances details
IsString WideString Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

fromString :: String -> WideString

Monoid WideString Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Semigroup WideString Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

(<>) :: WideString -> WideString -> WideString

sconcat :: NonEmpty WideString -> WideString

stimes :: Integral b => b -> WideString -> WideString

Read WideString Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

readsPrec :: Int -> ReadS WideString

readList :: ReadS [WideString]

readPrec :: ReadPrec WideString

readListPrec :: ReadPrec [WideString]

Show WideString Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

showsPrec :: Int -> WideString -> ShowS

show :: WideString -> String

showList :: [WideString] -> ShowS

Eq WideString Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

(==) :: WideString -> WideString -> Bool

(/=) :: WideString -> WideString -> Bool

Ord WideString Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Cell WideString Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

newtype WideText Source #

A newtype for Text in which characters can be wider than one space.

Constructors

WideText Text 

Instances

Instances details
IsString WideText Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

fromString :: String -> WideText

Monoid WideText Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Semigroup WideText Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

(<>) :: WideText -> WideText -> WideText

sconcat :: NonEmpty WideText -> WideText

stimes :: Integral b => b -> WideText -> WideText

Read WideText Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

readsPrec :: Int -> ReadS WideText

readList :: ReadS [WideText]

readPrec :: ReadPrec WideText

readListPrec :: ReadPrec [WideText]

Show WideText Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

showsPrec :: Int -> WideText -> ShowS

show :: WideText -> String

showList :: [WideText] -> ShowS

Eq WideText Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

(==) :: WideText -> WideText -> Bool

(/=) :: WideText -> WideText -> Bool

Ord WideText Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString

Methods

compare :: WideText -> WideText -> Ordering

(<) :: WideText -> WideText -> Bool

(<=) :: WideText -> WideText -> Bool

(>) :: WideText -> WideText -> Bool

(>=) :: WideText -> WideText -> Bool

max :: WideText -> WideText -> WideText

min :: WideText -> WideText -> WideText

Cell WideText Source # 
Instance details

Defined in Text.Layout.Table.Cell.WideString