Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
class JsonCharLike c where Source #
isLeadingDigit2 :: c -> Bool Source #
isQuotDbl :: c -> Bool Source #
isChar_t :: c -> Bool Source #
isChar_f :: c -> Bool Source #
isChar_n :: c -> Bool Source #
isBraceLeft :: c -> Bool Source #
isBracketLeft :: c -> Bool Source #
Instances
JsonCharLike Word8 Source # | |
Defined in HaskellWorks.Data.Json.Internal.CharLike |