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.
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.
idftN :: (FFTWReal r, Ix i, Shapable i) => [Int] -> CArray i (Complex r) -> CArray i (Complex r)fft Math.FFT.Base Multi-dimensional inverse DFT.
-
generic-lens-core Data.GenericLens.Internal No documentation available.
-
generic-lens-core Data.GenericLens.Internal No documentation available.
idleAdd :: IO Bool -> Priority -> IO HandlerIdgtk 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.
idleRemove :: HandlerId -> IO ()gtk Graphics.UI.Gtk.General.General Remove a previously added idle handler by its HandlerId.
idMarkup :: DocMarkupH mod id (DocH mod id)haddock-library Documentation.Haddock.Markup The identity markup
idlenessTimeout :: DiffTime -> Settinghasql-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.
-
hasql-pool Hasql.Pool.Config.Defaults 10 minutes.
idempotentSemigroupLaws :: (Eq a, Semigroup a, Show a) => Gen a -> Lawshedgehog-classes Hedgehog.Classes Tests the following Semigroup laws:
- Idempotency a <> a ≡ a