Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data InputStoryAreas Source #
InputStoryAreas | Contains a list of story areas to be added |
|
Instances
FromJSON InputStoryAreas Source # | |
Defined in TD.Data.InputStoryAreas parseJSON :: Value -> Parser InputStoryAreas # parseJSONList :: Value -> Parser [InputStoryAreas] # | |
ToJSON InputStoryAreas Source # | |
Defined in TD.Data.InputStoryAreas toJSON :: InputStoryAreas -> Value # toEncoding :: InputStoryAreas -> Encoding # toJSONList :: [InputStoryAreas] -> Value # toEncodingList :: [InputStoryAreas] -> Encoding # | |
Show InputStoryAreas Source # | |
Defined in TD.Data.InputStoryAreas showsPrec :: Int -> InputStoryAreas -> ShowS # show :: InputStoryAreas -> String # showList :: [InputStoryAreas] -> ShowS # | |
Eq InputStoryAreas Source # | |
Defined in TD.Data.InputStoryAreas (==) :: InputStoryAreas -> InputStoryAreas -> Bool # (/=) :: InputStoryAreas -> InputStoryAreas -> Bool # | |
ShortShow InputStoryAreas Source # | |
Defined in TD.Data.InputStoryAreas shortShow :: InputStoryAreas -> String Source # |