Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data PageBlockTableCell Source #
PageBlockTableCell | Represents a cell of a table |
|
Instances
FromJSON PageBlockTableCell Source # | |
Defined in TD.Data.PageBlockTableCell parseJSON :: Value -> Parser PageBlockTableCell # parseJSONList :: Value -> Parser [PageBlockTableCell] # | |
Show PageBlockTableCell Source # | |
Defined in TD.Data.PageBlockTableCell showsPrec :: Int -> PageBlockTableCell -> ShowS # show :: PageBlockTableCell -> String # showList :: [PageBlockTableCell] -> ShowS # | |
Eq PageBlockTableCell Source # | |
Defined in TD.Data.PageBlockTableCell (==) :: PageBlockTableCell -> PageBlockTableCell -> Bool # (/=) :: PageBlockTableCell -> PageBlockTableCell -> Bool # | |
ShortShow PageBlockTableCell Source # | |
Defined in TD.Data.PageBlockTableCell shortShow :: PageBlockTableCell -> String Source # |