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. getContents :: IO String

    pathtype System.Path.IO

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

  2. readEditor :: IO String

    read-editor System.ReadEditor

    Opens a file in the sytem's editor and returns it's contents after it's saved.

  3. ascii_art_str :: IO String

    symengine Symengine

    The ascii_art_str function prints SymEngine in ASCII art. this is useful as a sanity check

  4. tidal_status_string :: IO String

    tidal Sound.Tidal.Boot

    No documentation available.

  5. tidal_status_string :: IO String

    tidal Sound.Tidal.Version

    No documentation available.

  6. getProgPath :: IO String

    FindBin System.Environment.FindBin

    Get the full directory to the running program.

  7. imageGetFilename :: IO String

    Imlib Graphics.Imlib

    No documentation available.

  8. imageFormat :: IO String

    Imlib Graphics.Imlib

    No documentation available.

  9. getLine :: IO String

    constrained-categories Control.Category.Constrained.Prelude

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

  10. getContents :: IO String

    constrained-categories Control.Category.Constrained.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 9 of many | Previous | Next