| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hasql.Interpolate.Internal.OneRow
Documentation
Instances
| Eq a => Eq (OneRow a) Source # | |
| Show a => Show (OneRow a) Source # | |
| Generic (OneRow a) Source # | |
| DecodeRow a => DecodeResult (OneRow a) Source # | Parse a single row result, throw
|
Defined in Hasql.Interpolate.Internal.OneRow Methods decodeResult :: Result (OneRow a) Source # | |
| type Rep (OneRow a) Source # | |
Defined in Hasql.Interpolate.Internal.OneRow | |