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