Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- isNull :: Word8 -> Bool
- isFalse :: Word8 -> Bool
- isTrue :: Word8 -> Bool
- isBool :: Word8 -> Bool
- isTinyInt :: Word8 -> Bool
- isInt8 :: Word8 -> Bool
- isInt16 :: Word8 -> Bool
- isInt32 :: Word8 -> Bool
- isInt64 :: Word8 -> Bool
- isInt :: Word8 -> Bool
- isFloat :: Word8 -> Bool
- isBytes8 :: Word8 -> Bool
- isBytes16 :: Word8 -> Bool
- isBytes32 :: Word8 -> Bool
- isBytes :: Word8 -> Bool
- isTinyString :: Word8 -> Bool
- isString8 :: Word8 -> Bool
- isString16 :: Word8 -> Bool
- isString32 :: Word8 -> Bool
- isString :: Word8 -> Bool
- isTinyList :: Word8 -> Bool
- isList8 :: Word8 -> Bool
- isList16 :: Word8 -> Bool
- isList32 :: Word8 -> Bool
- isList :: Word8 -> Bool
- isTinyDict :: Word8 -> Bool
- isDict8 :: Word8 -> Bool
- isDict16 :: Word8 -> Bool
- isDict32 :: Word8 -> Bool
- isDict :: Word8 -> Bool
- isStructure :: Word8 -> Bool
- tinySize :: Word8 -> Int
- isSmth :: (Foldable t, Functor t) => t (b -> Bool) -> b -> Bool
- nullCode :: Word8
- falseCode :: Word8
- trueCode :: Word8
- int8Code :: Word8
- int16Code :: Word8
- int32Code :: Word8
- int64Code :: Word8
- floatCode :: Word8
- bytes8Code :: Word8
- bytes16Code :: Word8
- bytes32Code :: Word8
- stringTinyCode :: Word8
- string8Code :: Word8
- string16Code :: Word8
- string32Code :: Word8
- listTinyCode :: Word8
- list8Code :: Word8
- list16Code :: Word8
- list32Code :: Word8
- dictTinyCode :: Word8
- dict8Code :: Word8
- dict16Code :: Word8
- dict32Code :: Word8
- structureCode :: Word8
Checkers
isTinyString :: Word8 -> Bool Source #
isString16 :: Word8 -> Bool Source #
isString32 :: Word8 -> Bool Source #
isTinyList :: Word8 -> Bool Source #
isTinyDict :: Word8 -> Bool Source #
isStructure :: Word8 -> Bool Source #
Checks whether the represented data is Structure
Helper functions
tinySize :: Word8 -> Int Source #
Extracts the size of tiny collection (Text
, '[Value]' or 'Map Text Value')
isSmth :: (Foldable t, Functor t) => t (b -> Bool) -> b -> Bool Source #
Gets the collection of predicates and checks whether any is True
on some data
Codes
bytes8Code :: Word8 Source #
bytes16Code :: Word8 Source #
bytes32Code :: Word8 Source #
string8Code :: Word8 Source #
string16Code :: Word8 Source #
string32Code :: Word8 Source #
listTinyCode :: Word8 Source #
list16Code :: Word8 Source #
list32Code :: Word8 Source #
dictTinyCode :: Word8 Source #
dict16Code :: Word8 Source #
dict32Code :: Word8 Source #