Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
forceLookupM :: (Show key, Ord key) => String -> key -> Map key elt -> eltMissingH Data.Map.Utils Performs a lookup, and raises an exception (with an error message prepended with the given string) if the key could not be found.
-
MissingH Data.Maybe.Utils Pulls a Just value out of a Maybe value. If the Maybe value is Nothing, raises an exception with error. Alias of fromJust.
forceMaybeMsg :: String -> Maybe a -> aMissingH Data.Maybe.Utils Like forceMaybe, but lets you customize the error message raised if Nothing is supplied.
forceSuccess :: PipeHandle -> IO ()MissingH System.Cmd.Utils Uses getProcessStatus to obtain the exit status of the given process ID. If the process terminated normally, does nothing. Otherwise, raises an exception with an appropriate error message. This call will block waiting for the given pid to terminate. Not available on Windows.
forkRawSystem :: FilePath -> [String] -> IO ProcessIDMissingH System.Cmd.Utils Invokes the specified command in a subprocess, without waiting for the result. Returns the PID of the subprocess -- it is YOUR responsibility to use getProcessStatus or getAnyProcessStatus on that at some point. Failure to do so will lead to resource leakage (zombie processes). This function does nothing with signals. That too is up to you. Logs as System.Cmd.Utils.forkRawSystem
-
Store a stable pointer in a foreign context to be retrieved later. Store a stable pointer in a foreign context to be retrieved later. Persists through GHCi reloads.
-
gnuplot Graphics.Gnuplot.ColorSpecification No documentation available.
-
graphviz Data.GraphViz.Attributes Force the positioning of xLabels, even when it will cause overlaps.
-
graphviz Data.GraphViz.Attributes.Complete Input to Graphviz only: specify that the node position should not change.
forecast :: HasInputOpts c => Lens' c (Maybe DateSpan)hledger-lib Hledger.Read.Common No documentation available.