Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. idft :: (FFTWReal r, Ix i, Shapable i) => CArray i (Complex r) -> CArray i (Complex r)

    fft Math.FFT.Base

    1-dimensional complex inverse DFT. Inverse of dft.

  2. idftN :: (FFTWReal r, Ix i, Shapable i) => [Int] -> CArray i (Complex r) -> CArray i (Complex r)

    fft Math.FFT.Base

    Multi-dimensional inverse DFT.

  3. idLens :: ALens a b i a b

    generic-lens-core Data.GenericLens.Internal

    No documentation available.

  4. idPrism :: Market a b i a b

    generic-lens-core Data.GenericLens.Internal

    No documentation available.

  5. idleAdd :: IO Bool -> Priority -> IO HandlerId

    gtk Graphics.UI.Gtk.General.General

    Add a callback that is called whenever the system is idle.

    • A priority can be specified via an integer. This should usually be priorityDefaultIdle.
    • If the function returns False it will be removed.
    This function differs from idleAdd in that the action will be executed within the global Gtk+ lock. It is therefore possible to call Gtk+ functions from the action.

  6. idleRemove :: HandlerId -> IO ()

    gtk Graphics.UI.Gtk.General.General

    Remove a previously added idle handler by its HandlerId.

  7. idMarkup :: DocMarkupH mod id (DocH mod id)

    haddock-library Documentation.Haddock.Markup

    The identity markup

  8. idlenessTimeout :: DiffTime -> Setting

    hasql-pool Hasql.Pool.Config

    Maximal connection idle time. How long to keep a connection open when it's not being used. 10 minutes by default.

  9. idlenessTimeout :: DiffTime

    hasql-pool Hasql.Pool.Config.Defaults

    10 minutes.

  10. idempotentSemigroupLaws :: (Eq a, Semigroup a, Show a) => Gen a -> Laws

    hedgehog-classes Hedgehog.Classes

    Tests the following Semigroup laws:

    • Idempotency a <> aa

Page 301 of many | Previous | Next