Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. 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.

  2. getIHaskellDir :: IO String

    ihaskell IHaskell.IPython

    No documentation available.

  3. getLine :: IO String

    ihaskell IHaskellPrelude

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

  4. getContents :: IO String

    ihaskell IHaskellPrelude

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

  5. getPromptMarker :: IO String

    isocline System.Console.Isocline

    Get the current prompt marker.

  6. getContinuationPromptMarker :: IO String

    isocline System.Console.Isocline

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

  7. getContents :: IO String

    clash-prelude Clash.HaskellPrelude

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

  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