Hoogle Search
Within LTS Haskell 24.57 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Extends the threads package with a bounded thread group Extends the threads package with a bounded thread group with the same interface as the original thread group.
-
GUI framework that uses the web browser as a display. Threepenny-GUI is a GUI framework that uses the web browser as a display. It's very easy to install because everyone has a web browser installed. A program written with Threepenny is essentially a small web server that displays the user interface as a web page to any browser that connects to it. You can freely manipulate the HTML DOM and handle JavaScript events from your Haskell code. Stability forecast: This is an experimental release! Send me your feedback! Significant API changes are likely in future versions. NOTE: This library contains examples, but they are not built by default. To build and install the example, use the buildExamples flag like this
cabal install threepenny-gui -fbuildExamples
-
Pattern language for improvised music Tidal is a domain specific language for live coding patterns.
-
Slippy map tile functionality. Tile/lonlat conversion utilities for slippy maps.
-
Type-level representations of time durations. Please see the README on GitHub at https://github.com/mbg/time-units-types#readme
-
A timer wheel This library provides a timer wheel data structure for registering one-shot or recurring IO actions to fire after a given amount of time. . It is similar to TimerManager from GHC.Event, but supports recurring actions, and can scale to handle many more registered actions.
-
tick based timers Tick-based timers and utilities, for games and discrete-time programs. Includes types and functions to work with sequence-based resources (e.g. animations, frames).
-
Convert English Words to Title Case Capitalize all English words except articles (a, an, the), coordinating conjunctions (for, and, nor, but, or, yet, so), and prepositions (unless they begin or end the title). The prepositions are taken from Wikipedia.
-
Haskell tldr client Haskell tldr client with support for viewing tldr pages. Has offline cache for accessing pages. Visit https://tldr.sh for more details.
-
Handle phylogenetic trees Examine, compare, and simulate phylogenetic trees in a reproducible way. Please see the README on GitHub at https://github.com/dschrempf/elynx.