Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. unsafeMapIOP :: (a -> IO b) -> Pulse a -> Build (Pulse b)

    reactive-banana Reactive.Banana.Prim.Mid

    No documentation available.

  2. type TypeMap = [(String, TypeQ)]

    relational-query-HDBC Database.HDBC.Schema.Driver

    Mapping between type name string of DBMS and type in Haskell. Type name string depends on specification of DBMS system catalogs.

  3. getFieldsWithMap :: Driver conn -> TypeMap -> conn -> LogChan -> String -> String -> IO ([(String, TypeQ)], [Int])

    relational-query-HDBC Database.HDBC.Schema.Driver

    Get column name and Haskell type pairs and not-null columns index.

  4. typeMap :: Driver conn -> TypeMap

    relational-query-HDBC Database.HDBC.Schema.Driver

    Custom type mapping of this driver

  5. smap :: (Structured r1 a b, Shape sh) => (a -> b) -> Array r1 sh a -> Array (TR r1) sh b

    repa Data.Array.Repa

    Structured map.

  6. smap :: (Structured r1 a b, Shape sh) => (a -> b) -> Array r1 sh a -> Array (TR r1) sh b

    repa Data.Array.Repa.Operators.Mapping

    Structured map.

  7. package semaphore-compat

    Cross-platform abstraction for system semaphores This package provides a cross-platform implementation of system semaphores that abstracts over the unix and Win32 libraries.

  8. module System.Semaphore

    No documentation available.

  9. data Semaphore

    semaphore-compat System.Semaphore

    A system semaphore (POSIX or Win32).

  10. Semaphore :: SemaphoreName -> Semaphore -> Semaphore

    semaphore-compat System.Semaphore

    No documentation available.

Page 999 of many | Previous | Next