Hoogle Search

Within LTS Haskell 22.26 (ghc-9.6.5)

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

  1. sharedValidationCache :: Shared -> ValidationCache

    tls Network.TLS

    Callbacks that may be used by a client to cache certificate validation results (positive or negative) and avoid expensive signature check. The default implementation does not have any caching. See the default value of ValidationCache.

  2. sharedOptions :: BuildInfo -> PerCompilerFlavor [String]

    Cabal-syntax Distribution.Types.BuildInfo

    No documentation available.

  3. sharedOptions :: HasBuildInfo a => Lens' a (PerCompilerFlavor [String])

    Cabal-syntax Distribution.Types.BuildInfo.Lens

    No documentation available.

  4. sharedGlobal :: a -> (Ptr (IORef a) -> IO (Ptr (IORef a))) -> IORef a

    ghc-lib-parser GHC.Utils.GlobalVars

    No documentation available.

  5. sharedGlobalM :: IO a -> (Ptr (IORef a) -> IO (Ptr (IORef a))) -> IORef a

    ghc-lib-parser GHC.Utils.GlobalVars

    No documentation available.

  6. sharedMemAllocUnit :: DeviceResources -> !Int

    cuda Foreign.CUDA.Analysis.Device

    Shared memory allocation unit size (bytes)

  7. sharedMemPerBlock :: DeviceProperties -> !Int64

    cuda Foreign.CUDA.Analysis.Device

    Available shared memory per block in bytes

  8. sharedMemPerMP :: DeviceResources -> !Int

    cuda Foreign.CUDA.Analysis.Device

    Total amount of shared memory per multiprocessor (bytes)

  9. sharedMemPerBlock :: DeviceProperties -> !Int64

    cuda Foreign.CUDA.Driver.Device

    Available shared memory per block in bytes

  10. sharedMemPerBlock :: DeviceProperties -> !Int64

    cuda Foreign.CUDA.Runtime.Device

    Available shared memory per block in bytes

Page 3 of many | Previous | Next