Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
rrb-vector Data.RRBVector Create a new vector from a list.
fromListUnbalanced :: [a] -> Vector arrb-vector Data.RRBVector.Internal.Debug Create a new unbalanced vector from a list. Note that it is not possbible to create an invalid Vector with this function.
fromJSONKeyList :: FromJSONKey a => FromJSONKeyFunction [a]safe-json Data.Aeson.Safe This is similar in spirit to the readList method of Read. It makes it possible to give String keys special treatment without using OverlappingInstances. End users should always be able to use the default implementation of this method.
-
safe-json Data.Aeson.Safe No documentation available.
-
safe-json Data.Aeson.Safe No documentation available.
-
safe-json Data.Aeson.Safe No documentation available.
-
safe-json Data.Aeson.Safe No documentation available.
liftToJSONList :: ToJSON1 f => (a -> Bool) -> (a -> Value) -> ([a] -> Value) -> [f a] -> Valuesafe-json Data.Aeson.Safe No documentation available.
-
safe-json Data.Aeson.Safe No documentation available.
parseJSONList :: FromJSON a => Value -> Parser [a]safe-json Data.Aeson.Safe No documentation available.