Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | [email protected] |
Database.HaskellDB.DBSpec.PPHelpers
Description
Various functions used when pretty printing stuff
- 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 | |
Fields
|