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. toAscList :: Set a -> [a]

    containers Data.Set.Internal

    Convert the set to an ascending list of elements. Subject to list fusion.

  2. toDescList :: Set a -> [a]

    containers Data.Set.Internal

    Convert the set to a descending list of elements. Subject to list fusion.

  3. toList :: Set a -> [a]

    containers Data.Set.Internal

    Convert the set to a list of elements. Subject to list fusion.

  4. fromJSONKeyList :: FromJSONKey a => FromJSONKeyFunction [a]

    aeson Data.Aeson

    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.

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

    aeson Data.Aeson

    No documentation available.

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

    No documentation available.

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

    aeson Data.Aeson

    No documentation available.

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

    aeson Data.Aeson

    No documentation available.

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

    aeson Data.Aeson

    No documentation available.

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

    aeson Data.Aeson

    No documentation available.

Page 47 of many | Previous | Next