Rel8.Internal.Column.List
type family HList (context :: Context) = (list :: Type -> Type) | list -> context where ... Source #
Nest a list within a Rel8able. HList f a will produce a ListTable a in the Expr context, and a [a] in the Result context.
Rel8able
HList f a
ListTable
a
Expr
[a]
Result
Equations