-- -tuple instance => ToRecord where toRecord backendParams encode Nothing = sequence toRecord backendParams encode (Just ) = sequence toRecord _ _ (Just os) _ _ = fail $ "the number of OIDs must be , actually " <> show (length os) toRecord _ _ _ fs _ = fail $ "the number of format codes must be , actually " <> show (length fs)