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. FTList :: FieldType -> FieldType

    persistent Database.Persist.Types

    No documentation available.

  2. PersistList :: [PersistValue] -> PersistValue

    persistent Database.Persist.Types

    No documentation available.

  3. module Data.DList

    No documentation available.

  4. mapGList :: (Ptr a -> IO b) -> Ptr (GList (Ptr a)) -> IO ()

    haskell-gi-base Data.GI.Base.BasicConversions

    No documentation available.

  5. mapGSList :: (Ptr a -> IO b) -> Ptr (GSList (Ptr a)) -> IO ()

    haskell-gi-base Data.GI.Base.BasicConversions

    No documentation available.

  6. packGList :: [Ptr a] -> IO (Ptr (GList (Ptr a)))

    haskell-gi-base Data.GI.Base.BasicConversions

    Given a Haskell list of items, construct a GList with those values.

  7. packGSList :: [Ptr a] -> IO (Ptr (GSList (Ptr a)))

    haskell-gi-base Data.GI.Base.BasicConversions

    Given a Haskell list of items, construct a GSList with those values.

  8. unpackGList :: Ptr (GList (Ptr a)) -> IO [Ptr a]

    haskell-gi-base Data.GI.Base.BasicConversions

    Given a GSList construct the corresponding Haskell list.

  9. unpackGSList :: Ptr (GSList (Ptr a)) -> IO [Ptr a]

    haskell-gi-base Data.GI.Base.BasicConversions

    Given a GSList construct the corresponding Haskell list.

  10. data GList a

    haskell-gi-base Data.GI.Base.BasicTypes

    A GList, mapped to a list on the Haskell side. Marshalling is done in Data.GI.Base.BasicConversions.

Page 67 of many | Previous | Next