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.
-
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.
-
Collection of user contributions to diagrams EDSL A collection of user contributions for diagrams, an embedded domain-specific language for generation of vector graphics.
-
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.
-
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
-
Map file locations across diffs See DiffLoc.
-
Retrieve information about disk space usage A cross-platform library for retrieving information about disk space usage.
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
-
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.
-
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.
-
.NET TimeSpan .NET TimeSpan