| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Persist.Relational.ToPersistEntity
Documentation
class ToPersistEntity a b | a -> b, b -> a where Source #
Minimal complete definition
Methods
Instances
| ToPersistEntity () () Source # | |
| (ToPersistEntity a c, ToPersistEntity b d) => ToPersistEntity (a, b) (c, d) Source # | |