Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package diagrams-canvas

    HTML5 canvas backend for diagrams drawing EDSL This package provides a modular backend for rendering diagrams created with the diagrams EDSL using an HTML5 canvas.

  2. package diagrams-contrib

    Collection of user contributions to diagrams EDSL A collection of user contributions for diagrams, an embedded domain-specific language for generation of vector graphics.

  3. package diagrams-gtk

    Backend for rendering diagrams directly to GTK windows An optional add-on to the diagrams-cairo package which allows rendering diagrams directly to GTK windows.

  4. package dice

    Simplistic D&D style dice-rolling system. Simplistic D&D style dice-rolling system.

    $ dice "2d10 + 2 * (d100 / d6)"
    (5+2) + 2 * 64 / 2 => 71
    

  5. package diff-loc

    Map file locations across diffs See DiffLoc.

  6. package disk-free-space

    Retrieve information about disk space usage A cross-platform library for retrieving information about disk space usage.

  7. package distributed-process-monad-control

    Orphan instances for MonadBase and MonadBaseControl. This module exports instances for MonadBase IO and MonadBaseControl IO for the Process monad. This is for use in conjunction with a library requiring these instances, such as the lifted-base package. A tutorial segment regarding use of this in distributed-process applications may be found here. Please excercise caution in usage of this instance, as it can enable use of functions such as forkIO (or, fork from 'lifted-base') which compromise invariants in the Process monad and can lead to confusing and subtle issues. Always use the Cloud Haskell functions such as spawnLocal instead. example usage:

    import Control.Distributed.Process.MonadBaseControl()
    import Control.Concurrent.MVar.Lifted (withMVar)
    
    processWithMVar :: MVar a -> (a -> Process b) -> Process b
    processWithMvar = withMVar
    

  8. package djinn-lib

    Generate Haskell code from a type. Library extracted from djinn package. Djinn uses an theorem prover for intuitionistic propositional logic to generate a Haskell expression when given a type. This is a library extracted from Djinn sources.

  9. package dobutokO2

    Helps to create experimental music from a file (or its part) and a Ukrainian text. It can also generate a timbre for the notes. Uses SoX and AFTOVolio inside. For generation of the timbres uses additive synthesis.

  10. package dotnet-timespan

    .NET TimeSpan .NET TimeSpan

Page 285 of many | Previous | Next