Add dummy show instance of NameConfig.

This commit is contained in:
Kei Hibino 2016-01-18 09:43:06 +09:00
parent 9e7c8a0e63
commit 81bd14dd0b

View File

@ -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 =