Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setenv :: Text -> Text -> Sh ()

    shelly Shelly

    Set an environment variable. The environment is maintained in Sh internally, and is passed to any external commands to be executed.

  2. setStdin :: MonadSh m => Text -> m ()

    shelly Shelly.Lifted

    No documentation available.

  3. setenv :: MonadSh m => Text -> Text -> m ()

    shelly Shelly.Lifted

    No documentation available.

  4. setStdin :: Text -> Sh ()

    shelly Shelly.Pipe

    see setStdin

  5. setenv :: Text -> Text -> Sh ()

    shelly Shelly.Pipe

    see setenv

  6. setTrace :: Connection -> Maybe (Text -> IO ()) -> IO ()

    sqlite-simple Database.SQLite.Simple

    http://www.sqlite.org/c3ref/profile.html Enable/disable tracing of SQL execution. Tracing can be disabled by setting Nothing as the logger callback. Warning: If the logger callback throws an exception, your whole program may crash. Enable only for debugging!

  7. set_ :: Term result => [Attribute] -> result

    svg-builder Graphics.Svg.Elements

    set element

  8. setWorkingDirectory :: FilePath -> IO ()

    system-fileio Filesystem

    Set the current working directory. This computation throws IOError on failure. See “Classifying I/O errors” in the System.IO.Error documentation for information on why the failure occured.

  9. setmod :: MonadIO io => Permissions -> FilePath -> io ()

    turtle Turtle.Prelude

    Set a file or directory's user permissions

  10. setFrenchAccents :: Bool -> Collator -> Collator

    unicode-collation Text.Collate

    setFrenchAccents True causes secondary weights to be scanned in reverse order, so we get the sorting cote côte coté côté instead of cote coté côte côté. The default is usually False, except for fr-CA where it is True.

Page 432 of many | Previous | Next