hasql-interpolate-0.1.0.0: QuasiQuoter that supports expression interpolation for hasql
Safe HaskellNone
LanguageHaskell2010

Hasql.Interpolate.Internal.EncodeRow.TH

Synopsis

Documentation

genEncodeRowInstance Source #

Arguments

:: Int

tuple size

-> Q Dec 

Generate a single EncodeRow instance for a tuple of size tupSize

genEncodeRowInstances :: Int -> Q [Dec] Source #

Generate tuple instances for EncodeRow up to tuple size upTo

pluck :: Int -> Int -> Q Exp Source #