Text.Layout.Table.Spec.AlignSpec
data AlignSpec Source #
Determines whether a column will align at a specific letter.
Constructors
No alignment is the default.
Defined in Text.Layout.Table.Spec.AlignSpec
Methods
def :: AlignSpec #
noAlign :: AlignSpec Source #
Do not align text.
occSpecAlign :: OccSpec -> AlignSpec Source #
Construct an AlignSpec by giving an occurence specification.
AlignSpec
predAlign :: (Char -> Bool) -> AlignSpec Source #
Align text at the first match of a predicate.
charAlign :: Char -> AlignSpec Source #
Align text at the first occurence of a given Char.
Char