Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
HaskellWorks.Data.Json.CharLike
Documentation
class JsonCharLike c where Source #
Minimal complete definition
isLeadingDigit2, isQuotDbl, isChar_t, isChar_f, isChar_n, isBraceLeft, isBracketLeft
Methods
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.CharLike |