Safe Haskell | None |
---|---|
Language | Haskell2010 |
Rattletrap.Type.Int8Vector
Documentation
data Int8Vector Source #
Instances
FromJSON Int8Vector Source # | |
Defined in Rattletrap.Type.Int8Vector | |
ToJSON Int8Vector Source # | |
Defined in Rattletrap.Type.Int8Vector Methods toJSON :: Int8Vector -> Value # toEncoding :: Int8Vector -> Encoding # toJSONList :: [Int8Vector] -> Value # toEncodingList :: [Int8Vector] -> Encoding # omitField :: Int8Vector -> Bool # | |
Show Int8Vector Source # | |
Defined in Rattletrap.Type.Int8Vector Methods showsPrec :: Int -> Int8Vector -> ShowS # show :: Int8Vector -> String # showList :: [Int8Vector] -> ShowS # | |
Eq Int8Vector Source # | |
Defined in Rattletrap.Type.Int8Vector |
bitPut :: Int8Vector -> BitPut Source #