groundhog icon indicating copy to clipboard operation
groundhog copied to clipboard

How to define primitive field for list of something?

Open yaitskov opened this issue 5 years ago • 0 comments

Hi,

By default Groundhog TH generates a separate table for a list column. How to put whole list into a atomic column as a showed value?

data Foo { f :: [Int] }

-- parser error:
  - primitive: [Int]
    converter: showReadConverter

yaitskov avatar Oct 23 '20 18:10 yaitskov