Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
Format :: Format -> Text -> TextItemgraphviz Data.GraphViz.Attributes.HTML Only available in Graphviz >= 2.28.0.
-
graphviz Data.GraphViz.Attributes.HTML No documentation available.
FormatField :: Bool -> Maybe Int -> Maybe Int -> ReportItemField -> StringFormatComponenthledger-lib Hledger.Data.StringFormat A data field to be formatted and interpolated. Parameters:
- Left justify ? Right justified if false
- Minimum width ? Will be space-padded if narrower than this
- Maximum width ? Will be clipped if wider than this
- Which of the standard hledger report item fields to interpolate
FormatLiteral :: Text -> StringFormatComponenthledger-lib Hledger.Data.StringFormat Literal text to be rendered as-is
-
No documentation available.
ForCapture :: AudioDeviceUsagesdl2 SDL.Audio The device will be used for sample capture.
ForPlayback :: AudioDeviceUsagesdl2 SDL.Audio The device will be used for sample playback.
module Development.Shake.
Forward A module for producing forward-defined build systems, in contrast to standard backwards-defined build systems such as shake. Based around ideas from fabricate. As an example:
import Development.Shake import Development.Shake.Forward import Development.Shake.FilePath main = shakeArgsForward shakeOptions $ do contents <- readFileLines "result.txt" cache $ cmd "tar -cf result.tar" contents
Compared to backward-defined build systems (such as normal Shake), forward-defined build systems tend to be simpler for simple systems (less boilerplate, more direct style), but more complex for larger build systems (requires explicit parallelism, explicit sharing of build products, no automatic command line targets). As a general approach for writing forward-defined systems:- Figure out the sequence of system commands that will build your project.
- Write a simple Action that builds your project.
- Insert cache in front of most system commands.
- Replace most loops with forP, where they can be executed in parallel.
- Where Haskell performs real computation, if zero-build performance is insufficient, use cacheAction.
- Pier http://hackage.haskell.org/package/pier/docs/Pier-Core-Artifact.html (built on Shake).
- Rattle https://github.com/ndmitchell/rattle (by the same author as Shake).
- Stroll https://github.com/snowleopard/stroll.
-
swagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger.Internal No documentation available.