mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 06:37:03 +03:00
revert misunderstood merge, and add comment.
This commit is contained in:
parent
079b51c007
commit
36ed87851f
@ -52,7 +52,7 @@ module Database.Record.TH (
|
||||
reifyRecordType,
|
||||
|
||||
-- * Templates about record type name
|
||||
NameConfig(..), defaultNameConfig,
|
||||
NameConfig, defaultNameConfig,
|
||||
|
||||
recordTypeName, recordType,
|
||||
|
||||
@ -109,7 +109,8 @@ data NameConfig =
|
||||
instance Show NameConfig where
|
||||
show = const "<nameConfig>"
|
||||
|
||||
-- | Default implementation of 'NameConfig' type
|
||||
-- | Default implementation of 'NameConfig' type.
|
||||
-- To customize this, use record update syntax.
|
||||
defaultNameConfig :: NameConfig
|
||||
defaultNameConfig =
|
||||
NameConfig
|
||||
|
Loading…
Reference in New Issue
Block a user