Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    aeson Data.Aeson.Types

    No documentation available.

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

    aeson Data.Aeson.Types

    No documentation available.

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

    aeson Data.Aeson.Types

    No documentation available.

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

    aeson Data.Aeson.Types

    No documentation available.

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

    aeson Data.Aeson.Types

    No documentation available.

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

    aeson Data.Aeson.Types

    No documentation available.

  7. toEncodingList :: ToJSON a => [a] -> Encoding

    aeson Data.Aeson.Types

    No documentation available.

  8. toJSONKeyList :: ToJSONKey a => ToJSONKeyFunction [a]

    aeson Data.Aeson.Types

    This is similar in spirit to the showsList method of Show. 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.

  9. toJSONList :: ToJSON a => [a] -> Value

    aeson Data.Aeson.Types

    No documentation available.

  10. fromList :: (Eq k, Hashable k) => [(k, v)] -> HashMap k v

    unordered-containers Data.HashMap.Internal

    Construct a map with the supplied mappings. If the list contains duplicate mappings, the later mappings take precedence.

Page 49 of many | Previous | Next