Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data AppliedDamage Source #
Instances
FromJSON AppliedDamage Source # | |
Defined in Rattletrap.Type.Attribute.AppliedDamage parseJSON :: Value -> Parser AppliedDamage # parseJSONList :: Value -> Parser [AppliedDamage] # | |
ToJSON AppliedDamage Source # | |
Defined in Rattletrap.Type.Attribute.AppliedDamage toJSON :: AppliedDamage -> Value # toEncoding :: AppliedDamage -> Encoding # toJSONList :: [AppliedDamage] -> Value # toEncodingList :: [AppliedDamage] -> Encoding # omitField :: AppliedDamage -> Bool # | |
Show AppliedDamage Source # | |
Defined in Rattletrap.Type.Attribute.AppliedDamage showsPrec :: Int -> AppliedDamage -> ShowS # show :: AppliedDamage -> String # showList :: [AppliedDamage] -> ShowS # | |
Eq AppliedDamage Source # | |
Defined in Rattletrap.Type.Attribute.AppliedDamage (==) :: AppliedDamage -> AppliedDamage -> Bool # (/=) :: AppliedDamage -> AppliedDamage -> Bool # |
bitPut :: AppliedDamage -> BitPut Source #