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.
-
Determine how intervals relate to each other. Rampart determines how intervals relate to each other.
-
Elm signal system for Haskell Ramus is a direct port of purescript-signal into Haskell, offering the Elm signal system for Haskell.
-
An efficient and versatile range library. The range library alows the use of performant and versatile ranges in your code. It supports bounded and unbounded ranges, ranges in a nested manner (like library versions), an efficient algebra of range computation and even a simplified interface for ranges for the common cases. This library is far more efficient than using the default Data.List functions to approximate range behaviour. Performance is the major value offering of this library. If this is your first time using this library it is highly recommended that you start with Data.Range; it contains the basics of this library that meet most use cases.
-
Memory efficient sets with ranges of elements. Memory efficient sets with continuous ranges of discrete, bounded elements. List- and map-based implementations. Interface mimics Data.Set where possible.
-
The list like structure whose length or range of length can be specified Please see the README on GitHub at https://github.com/YoshikuniJujo/ranged-list#readme
-
Ranges and various functions on them. Ranges and some functions allowing things like fast membership lookup on ranges with holes in them and so on.
-
SVG renderer based on Rasterific. SVG renderer that will let you render svg-tree parsed SVG file to a JuicyPixel image or Rasterific Drawing.
-
Forward build system, with caching and speculation A forward build system like Fabrciate but with speculation and remote caching.
-
Parse and generate Rocket League replays. Warning: This package is not maintained anymore. Rattletrap parses and generates Rocket League replays.
-
Use RawFilePath instead of FilePath A fast and safe API with high-level features on RawFilePath, instead of FilePath, to avoid the encoding issues or performance penalties. Please see README.md