Rel8.Internal.Column.Null
type family HNull (context :: Context) = (maybe :: Type -> Type) | maybe -> context where ... Source #
Nest a Null value within a Rel8able. HNull f a will produce a NullTable a in the Expr context, and a Maybe a in the Result context.
Null
Rel8able
HNull f a
NullTable
a
Expr
Maybe a
Maybe
Result
Equations