arguri
Results
2
comments of
arguri
@berberman and @yaitskov Have you tried ```haskell Module Foo where import Database.Beam import Lens.Micro data FooT f = Foo { _fooInt :: C f Int } deriving (Generic, Beamable) type...
@yaitskov For more fields you would need to add Signatures for each field and ignore the other fields, e.g. ```haskell module Foo where import Database.Beam import Lens.Micro data Foo {...