haskelldb-0.12: SQL unwrapper for Haskell.Source codeContentsIndex
Database.HaskellDB.DBSpec.PPHelpers
Portabilitynon-portable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net
Description
Various functions used when pretty printing stuff
Synopsis
data MakeIdentifiers = MakeIdentifiers {
moduleName :: String -> String
identifier :: String -> String
toType :: String -> String
}
split :: Eq a => (a -> Bool) -> [a] -> [[a]]
Documentation
data MakeIdentifiers Source
Constructors
MakeIdentifiers
moduleName :: String -> String
identifier :: String -> String
toType :: String -> String
split :: Eq a => (a -> Bool) -> [a] -> [[a]]Source
Generalization of words and lines to any separating character set.
Produced by Haddock version 2.6.0