Safe Haskell | None |
---|---|
Language | Haskell2010 |
HaskellWorks.Data.Json.Succinct.Index
Documentation
class JsonIndexAt a where Source #
Minimal complete definition
Methods
jsonIndexAt :: a -> Either DecodeError JsonIndex Source #
Instances
(BalancedParens w, Rank0 w, Rank1 w, Select1 v, TestBit w) => JsonIndexAt (JsonCursor ByteString v w) Source # | |