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.

  1. Format :: Format -> Text -> TextItem

    graphviz Data.GraphViz.Attributes.HTML

    Only available in Graphviz >= 2.28.0.

  2. data Format

    graphviz Data.GraphViz.Attributes.HTML

    No documentation available.

  3. FormatField :: Bool -> Maybe Int -> Maybe Int -> ReportItemField -> StringFormatComponent

    hledger-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

  4. FormatLiteral :: Text -> StringFormatComponent

    hledger-lib Hledger.Data.StringFormat

    Literal text to be rendered as-is

  5. module GHCJS.Foreign

    No documentation available.

  6. ForCapture :: AudioDeviceUsage

    sdl2 SDL.Audio

    The device will be used for sample capture.

  7. ForPlayback :: AudioDeviceUsage

    sdl2 SDL.Audio

    The device will be used for sample playback.

  8. 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.
    All forward-defined systems use AutoDeps, which requires fsatrace to be on the $PATH. You can obtain fsatrace from https://github.com/jacereda/fsatrace. You must set shakeLintInside to specify where AutoDeps will look for dependencies - if you want all dependencies everywhere use [""]. This module is considered experimental - it has not been battle tested. There are now a few possible alternatives in this space:

  9. type Format = Text

    swagger2 Data.Swagger

    No documentation available.

  10. type Format = Text

    swagger2 Data.Swagger.Internal

    No documentation available.

Page 284 of many | Previous | Next