Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. exportWisdomString :: IO String

    fft Math.FFT

    Queries the FFTW cache. The String can be written to a file so the wisdom can be reused on a subsequent run.

  2. exportWisdomString :: IO String

    fft Math.FFT.Base

    Queries the FFTW cache. The String can be written to a file so the wisdom can be reused on a subsequent run.

  3. getIHaskellDir :: IO String

    ihaskell IHaskell.IPython

    No documentation available.

  4. getLine :: IO String

    ihaskell IHaskellPrelude

    Read a line from the standard input device (same as hGetLine stdin).

  5. getContents :: IO String

    ihaskell IHaskellPrelude

    The getContents operation returns all user input as a single string, which is read stirctly (same as hGetContents stdin).

  6. getPromptMarker :: IO String

    isocline System.Console.Isocline

    Get the current prompt marker.

  7. getContinuationPromptMarker :: IO String

    isocline System.Console.Isocline

    Get the current prompt continuation marker for multi-line input.

  8. pwd :: IO String

    debian-build Debian.Package.Build.Command

    Action to get current working directory

  9. getLine :: IO String

    dimensional Numeric.Units.Dimensional.Prelude

    Read a line from the standard input device (same as hGetLine stdin).

  10. getContents :: IO String

    dimensional Numeric.Units.Dimensional.Prelude

    The getContents operation returns all user input as a single string, which is read lazily as it is needed (same as hGetContents stdin).

Page 7 of many | Previous | Next