Rattletrap.Type.F32
newtype F32 Source #
Constructors
Defined in Rattletrap.Type.F32
Methods
parseJSON :: Value -> Parser F32 #
parseJSONList :: Value -> Parser [F32] #
omittedField :: Maybe F32 #
toJSON :: F32 -> Value #
toEncoding :: F32 -> Encoding #
toJSONList :: [F32] -> Value #
toEncodingList :: [F32] -> Encoding #
omitField :: F32 -> Bool #
showsPrec :: Int -> F32 -> ShowS #
show :: F32 -> String #
showList :: [F32] -> ShowS #
(==) :: F32 -> F32 -> Bool #
(/=) :: F32 -> F32 -> Bool #
schema :: Schema Source #
fromFloat :: Float -> F32 Source #
toFloat :: F32 -> Float Source #
bytePut :: F32 -> BytePut Source #
bitPut :: F32 -> BitPut Source #
byteGet :: ByteGet F32 Source #
bitGet :: BitGet F32 Source #