Database.PostgreSQL.Store.Generics

Generic Entity

type Generic a

type Rep a

toGeneric

fromGeneric

Type-Level Information

data KRecord

data KFlatSum

data KDataType

Mapper classes

class GRecord rec

class GFlatSum enum

class GDataType dat

Analyzers

type family AnalyzeRecordRep org (sel :: * -> *) :: KRecord where ...

type family AnalyzeFlatSumRep org (cons :: * -> *) :: KFlatSum where ...

type family AnalyzeDataType org (dat :: * -> *) :: KDataType where ...