Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. documentListAliases :: Document -> Map Alias Type

    haskell-gi Data.GI.GIR.Alias

    Find all aliases in a given document.

  2. TGList :: Type -> Type

    haskell-gi Data.GI.GIR.BasicTypes

    GList

  3. TGSList :: Type -> Type

    haskell-gi Data.GI.GIR.BasicTypes

    GSList

  4. itoList :: FoldableWithIndex i f => f a -> [(i, a)]

    indexed-traversable Data.Foldable.WithIndex

    Extract the key-value pairs from a structure. When you don't need access to the indices in the result, then toList is more flexible in what it accepts.

    toListmap snd . itoList
    

  5. fromListAccum :: [(Key, Value)] -> Object

    attoparsec-aeson Data.Aeson.Parser.Internal

    fromListAccum kvs is an object mapping keys to arrays containing all associated values from the original list kvs.

    >>> fromListAccum [("apple", Bool True), ("apple", Bool False), ("orange", Bool False)]
    fromList [("apple",Array [Bool False,Bool True]),("orange",Array [Bool False])]
    

  6. parseListNoDup :: [(Key, Value)] -> Either String Object

    attoparsec-aeson Data.Aeson.Parser.Internal

    fromListNoDup kvs fails if kvs contains duplicate keys.

  7. fromList :: Routable k => [(AddrRange k, a)] -> IPRTable k a

    iproute Data.IP.RouteTable

    The fromList function creates a new IP routing table from a list of a pair of IPrange and value.

  8. toList :: Routable k => IPRTable k a -> [(AddrRange k, a)]

    iproute Data.IP.RouteTable

    The toList function creates a list of a pair of AddrRange and value from an IP routing table.

  9. fromList :: Routable k => [(AddrRange k, a)] -> IPRTable k a

    iproute Data.IP.RouteTable.Internal

    The fromList function creates a new IP routing table from a list of a pair of IPrange and value.

  10. toList :: Routable k => IPRTable k a -> [(AddrRange k, a)]

    iproute Data.IP.RouteTable.Internal

    The toList function creates a list of a pair of AddrRange and value from an IP routing table.

Page 73 of many | Previous | Next