Rename hcontents to htable for consistency with MaybeTable

This commit is contained in:
Shane 2021-03-02 20:38:16 +00:00
parent 8f7e1da473
commit ac99cd9084
No known key found for this signature in database
GPG Key ID: C1D5BF1DE4F6D319

View File

@ -1075,7 +1075,7 @@ instance Monad MaybeTable where
data HMaybeTable g f = HMaybeTable
{ hnullTag :: Column f (Maybe Bool)
, hcontents :: g f
, htable :: g f
}
deriving stock Generic
deriving anyclass HigherKindedTable