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

CopyrightHWT Group (c) 2004, haskelldb-users@lists.sourceforge.net
LicenseBSD-style
Maintainerhaskelldb-users@lists.sourceforge.net
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell98

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.