Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. unsafeToForeignPtr :: Vector a -> (ForeignPtr a, Int, Int)

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  2. Uniform :: RandDist

    hmatrix Numeric.LinearAlgebra.Static

    uniform distribution in [0,1)

  3. uniformSample :: forall (m :: Nat) (n :: Nat) . (KnownNat m, KnownNat n) => Seed -> R n -> R n -> L m n

    hmatrix Numeric.LinearAlgebra.Static

    No documentation available.

  4. showCommandForUser :: FilePath -> [String] -> String

    io-streams System.IO.Streams.Process

    Given a program p and arguments args, showCommandForUser p args returns a string suitable for pasting into /bin/sh (on Unix systems) or CMD.EXE (on Windows).

  5. waitForProcess :: ProcessHandle -> IO ExitCode

    io-streams System.IO.Streams.Process

    Waits for the specified process to terminate, and returns its exit code. On Unix systems, may throw UserInterrupt when using delegate_ctlc. GHC Note: in order to call waitForProcess without blocking all the other threads in the system, you must compile the program with -threaded. Note that it is safe to call waitForProcess for the same process in multiple threads. When the process ends, threads blocking on this call will wake in FIFO order. When using delegate_ctlc and the process is interrupted, only the first waiting thread will throw UserInterrupt. (Since: 1.2.0.0) On Unix systems, a negative value ExitFailure -signum indicates that the child was terminated by signal signum. The signal numbers are platform-specific, so to test for a specific signal use the constants provided by System.Posix.Signals in the unix package. Note: core dumps are not reported, use System.Posix.Process if you need this detail.

  6. configFormat :: Config -> !Format

    weigh Weigh

    No documentation available.

  7. setFormat :: Format -> Weigh ()

    weigh Weigh

    Set the output format in the config

  8. package microlens-platform

    microlens + all batteries included (best for apps) This package exports a module which is the recommended starting point for using microlens if you aren't trying to keep your dependencies minimal. By importing Lens.Micro.Platform you get all functions and instances from microlens, microlens-th, microlens-mtl, microlens-ghc, as well as instances for Vector, Text, and HashMap. The minor and major versions of microlens-platform are incremented whenever the minor and major versions of any other microlens package are incremented, so you can depend on the exact version of microlens-platform without specifying the version of microlens (microlens-mtl, etc) you need. This package is a part of the microlens family; see the readme on Github.

  9. module Lens.Micro.Platform

    This module is an approximation for Control.Lens from lens; by importing it you get all functions and instances from microlens, microlens-mtl, microlens-ghc, as well as the following instances:

  10. ofor :: (MonoTraversable mono, Applicative f) => mono -> (Element mono -> f (Element mono)) -> f mono

    mono-traversable Data.MonoTraversable

    ofor is otraverse with its arguments flipped.

Page 538 of many | Previous | Next