table-layout-0.9.0.1: Format tabular data as grid or table.

Safe HaskellSafe
LanguageHaskell2010

Text.Layout.Table.Spec.OccSpec

Synopsis

Documentation

data OccSpec Source #

Specifies an occurence of a letter.

predOccSpec :: (Char -> Bool) -> OccSpec Source #

Construct an occurence specification by using a predicate.

splitAtOcc :: OccSpec -> String -> (String, String) Source #

Use an occurence specification to split a String.