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.

  1. fromList :: [a] -> Vector a

    rrb-vector Data.RRBVector

    Create a new vector from a list.

  2. fromListUnbalanced :: [a] -> Vector a

    rrb-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.

  3. 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.

  4. liftParseJSONList :: FromJSON1 f => Maybe a -> (Value -> Parser a) -> (Value -> Parser [a]) -> Value -> Parser [f a]

    safe-json Data.Aeson.Safe

    No documentation available.

  5. liftParseJSONList2 :: FromJSON2 f => Maybe a -> (Value -> Parser a) -> (Value -> Parser [a]) -> Maybe b -> (Value -> Parser b) -> (Value -> Parser [b]) -> Value -> Parser [f a b]

    safe-json Data.Aeson.Safe

    No documentation available.

  6. liftToEncodingList :: ToJSON1 f => (a -> Bool) -> (a -> Encoding) -> ([a] -> Encoding) -> [f a] -> Encoding

    safe-json Data.Aeson.Safe

    No documentation available.

  7. liftToEncodingList2 :: ToJSON2 f => (a -> Bool) -> (a -> Encoding) -> ([a] -> Encoding) -> (b -> Bool) -> (b -> Encoding) -> ([b] -> Encoding) -> [f a b] -> Encoding

    safe-json Data.Aeson.Safe

    No documentation available.

  8. liftToJSONList :: ToJSON1 f => (a -> Bool) -> (a -> Value) -> ([a] -> Value) -> [f a] -> Value

    safe-json Data.Aeson.Safe

    No documentation available.

  9. liftToJSONList2 :: ToJSON2 f => (a -> Bool) -> (a -> Value) -> ([a] -> Value) -> (b -> Bool) -> (b -> Value) -> ([b] -> Value) -> [f a b] -> Value

    safe-json Data.Aeson.Safe

    No documentation available.

  10. parseJSONList :: FromJSON a => Value -> Parser [a]

    safe-json Data.Aeson.Safe

    No documentation available.

Page 219 of many | Previous | Next