mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 13:52:12 +03:00
Add dummy show instance of NameConfig.
This commit is contained in:
parent
9e7c8a0e63
commit
81bd14dd0b
@ -107,6 +107,10 @@ data NameConfig =
|
||||
-- ^ Make column variable symbol name from table name and column name in SQL
|
||||
}
|
||||
|
||||
-- | Dummy show instance. Handy to define show instance recursively.
|
||||
instance Show NameConfig where
|
||||
show = const "<nameConfig>"
|
||||
|
||||
-- | Default implementation of 'RecordConfig' type
|
||||
defaultNameConfig :: NameConfig
|
||||
defaultNameConfig =
|
||||
|
Loading…
Reference in New Issue
Block a user