| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hasql.Class.Decodable
Documentation
class Decodable a where Source
Minimal complete definition
Nothing
Instances
class GDecodable eot where Source
Instances
| GDecodable () Source | |
| GDecodable x => GDecodable (Either x Void) Source | |
| (Decodable x, GDecodable xs) => GDecodable (x, xs) Source |