mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 14:45:51 +03:00
Add missing haddock.
This commit is contained in:
parent
c6d1f0f965
commit
d5c6b979d6
@ -231,6 +231,7 @@ defineRecordType typeName' columns derives = do
|
||||
columnDefault :: String -> TypeQ -> (VarName, TypeQ)
|
||||
columnDefault n t = (varCamelcaseName n, t)
|
||||
|
||||
-- | Record type declaration template with configured names.
|
||||
defineRecordTypeWithConfig :: NameConfig -> String -> String -> [(String, TypeQ)] -> [Name] -> Q [Dec]
|
||||
defineRecordTypeWithConfig config schema table columns =
|
||||
defineRecordType
|
||||
|
Loading…
Reference in New Issue
Block a user