haskelldb-2.2.2: A library of combinators for generating and executing SQL statements.

Portabilitynon-portable
Stabilityexperimental
Maintainer[email protected]
Safe HaskellNone

Database.HaskellDB.DBSpec.PPHelpers

Description

Various functions used when pretty printing stuff

Synopsis

Documentation

split :: Eq a => (a -> Bool) -> [a] -> [[a]]Source

Generalization of words and lines to any separating character set.