Safe Haskell | None |
---|---|
Language | Haskell2010 |
Rattletrap.Type.IntAttribute
Documentation
newtype IntAttribute Source #
Constructors
IntAttribute | |
Fields |
Instances
Eq IntAttribute Source # | |
Defined in Rattletrap.Type.IntAttribute | |
Ord IntAttribute Source # | |
Defined in Rattletrap.Type.IntAttribute Methods compare :: IntAttribute -> IntAttribute -> Ordering # (<) :: IntAttribute -> IntAttribute -> Bool # (<=) :: IntAttribute -> IntAttribute -> Bool # (>) :: IntAttribute -> IntAttribute -> Bool # (>=) :: IntAttribute -> IntAttribute -> Bool # max :: IntAttribute -> IntAttribute -> IntAttribute # min :: IntAttribute -> IntAttribute -> IntAttribute # | |
Show IntAttribute Source # | |
Defined in Rattletrap.Type.IntAttribute Methods showsPrec :: Int -> IntAttribute -> ShowS # show :: IntAttribute -> String # showList :: [IntAttribute] -> ShowS # | |
ToJSON IntAttribute Source # | |
Defined in Rattletrap.Type.IntAttribute Methods toJSON :: IntAttribute -> Value # toEncoding :: IntAttribute -> Encoding # toJSONList :: [IntAttribute] -> Value # toEncodingList :: [IntAttribute] -> Encoding # | |
FromJSON IntAttribute Source # | |
Defined in Rattletrap.Type.IntAttribute |