Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setIllegalCallback :: Ptr LCtx -> FunPtr (CString -> Ptr a -> IO ()) -> Ptr a -> IO ()

    secp256k1-haskell Crypto.Secp256k1.Internal.Context

    No documentation available.

  2. package set-cover

    Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube Solver for exact set cover problems. Included examples: Sudoku, Nonogram, 8 Queens, Domino tiling, Mastermind, Alphametics, Graph coloring, Soma Cube, Tetris Cube, Cube of L's, Logika's Baumeister puzzle, Lonpos pyramid, Conway's puzzle. The generic algorithm allows to choose between slow but flexible Set from containers package and fast but cumbersome bitvectors. For getting familiar with the package I propose to study the Queen8 example along with Math.SetCover.Exact. The Sudoku and Nonogram examples also demonstrate how to interpret the set-cover solution in a human-friendly way. Build examples with cabal install -fbuildExamples. The package needs only Haskell 98. There is also an experimental implementation using LLVM and knead. Do not rely on that interface in released packages.

  3. package setlocale

    Haskell bindings to setlocale Haskell bindings to setlocale

  4. setLocale :: Category -> Maybe String -> IO (Maybe String)

    setlocale System.Locale.SetLocale

    No documentation available.

  5. setSocketOption :: SocketOption o => Socket f t p -> o -> IO ()

    socket System.Socket

    Set a specific SocketOption.

    • This operation throws SocketExceptions. Consult man setsockopt for details and specific errors.

  6. setInspectMode :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  7. setMaxBuffer :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . Int -> State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  8. setMaxThreads :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . Int -> State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  9. setStreamLatency :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . Int -> State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  10. setStreamRate :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . Maybe Rate -> State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

Page 733 of many | Previous | Next