Safe Haskell | None |
---|---|
Language | Haskell2010 |
Text.Layout.Table.Cell.WideString
Synopsis
- newtype WideString = WideString String
- newtype WideText = WideText Text
Documentation
newtype WideString Source #
A newtype for String in which characters can be wider than one space.
Constructors
WideString String |
Instances
A newtype for Text in which characters can be wider than one space.
Instances
IsString WideText Source # | |
Defined in Text.Layout.Table.Cell.WideString Methods fromString :: String -> WideText # | |
Monoid WideText Source # | |
Semigroup WideText Source # | |
Read WideText Source # | |
Show WideText Source # | |
Eq WideText Source # | |
Ord WideText Source # | |
Defined in Text.Layout.Table.Cell.WideString | |
Cell WideText Source # | |
Defined in Text.Layout.Table.Cell.WideString Methods visibleLength :: WideText -> Int Source # measureAlignment :: (Char -> Bool) -> WideText -> AlignInfo Source # buildCell :: StringBuilder b => WideText -> b Source # buildCellView :: StringBuilder b => CellView WideText -> b Source # |