Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
turtle Turtle.Prelude Run a list of IO actions in parallel using fork and wait.
>>> view (parallel [(sleep 3) >> date, date, date]) 2016-12-01 17:22:10.83296 UTC 2016-12-01 17:22:07.829876 UTC 2016-12-01 17:22:07.829963 UTC
whichAll :: FilePath -> Shell FilePathturtle Turtle.Prelude Show all matching executables in PATH, not just the first
-
webgear-core WebGear.Core.Trait.Header Extract a request header value and convert it to a value of type val. The associated trait attribute has type Maybe (Either Text val). The parsing is done leniently. Any parsing errors and missing header are reported in the trait attribute. Example usage:
optionalLenientHeader @"Content-Length" @Integer handler
-
webgear-core WebGear.Core.Trait.QueryParam Extract a query parameter and convert it to a value of type val. Example usage:
optionalLenientQueryParam @"Content-Length" @Integer handler
The associated trait attribute has type Maybe (Either Text val). The parsing is done leniently. Any parsing errors and missing query parameters are reported in the trait attribute. methodNotAllowed405 :: Set h Status => h () (With Response '[Status])webgear-core WebGear.Core.Trait.Status Method Not Allowed 405 response
besideTall :: Grid a -> a -> Grid aChart Graphics.Rendering.Chart.Grid A value placed to the right of the grid, occupying 1 column with the same vertical span as the grid.
tallBeside :: a -> Grid a -> Grid aChart Graphics.Rendering.Chart.Grid A value placed to the left of the grid, occupying 1 column with the same vertical span as the grid.
-
Chart Graphics.Rendering.Chart.Layout Setter to update all the font styles on a Layout
-
Chart Graphics.Rendering.Chart.Layout Setter to update all the font styles on a LayoutLR
_plot_candle_fall_fill_style :: PlotCandle x y -> FillStyleChart Graphics.Rendering.Chart.Plot.Candle No documentation available.