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