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

Portabilitynon-portable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net

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.