You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only used within a Field_, to indicate that it can be NULL. For example, a Field_ (Nullability SqlText) can be NULL but a Field_ SqlText cannot.
whereas if you click through to the source the comment text is
-- | Only used within a 'Column', to indicate that it can be @NULL@.
-- For example, a 'Column' ('Nullable' @SqlText@) can be @NULL@ but a
-- 'Column' @SqlText@ cannot.
I've no idea what's going on there. (The link to #Nullable is also wrong. It should be to the type constructor, not the data constructor.)
The text was updated successfully, but these errors were encountered:
On Hackage, the doc for
data Nullable a
sayswhereas if you click through to the source the comment text is
I've no idea what's going on there. (The link to
#Nullable
is also wrong. It should be to the type constructor, not the data constructor.)The text was updated successfully, but these errors were encountered: