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.
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.
setStdin :: MonadSh m => Text -> m ()shelly Shelly.Lifted No documentation available.
setenv :: MonadSh m => Text -> Text -> m ()shelly Shelly.Lifted No documentation available.
-
shelly Shelly.Pipe see setStdin
setenv :: Text -> Text -> Sh ()shelly Shelly.Pipe see setenv
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!
set_ :: Term result => [Attribute] -> resultsvg-builder Graphics.Svg.Elements set element
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.
setmod :: MonadIO io => Permissions -> FilePath -> io ()turtle Turtle.Prelude Set a file or directory's user permissions
setFrenchAccents :: Bool -> Collator -> Collatorunicode-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.