Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Generic vectors with statically known size. Generic library for vectors with statically known size. Implementation is based on http://unlines.wordpress.com/2010/11/15/generics-for-small-fixed-size-vectors/ Same functions could be used to work with both ADT based vector like . > data Vec3 a = a a a . Tuples are vectors too: . >>> sum (1,2,3) 6 . Vectors which are represented internally by arrays are provided by library. Both boxed and unboxed arrays are supported. . Library is structured as follows: . * Data.Vector.Fixed Generic API. It's suitable for both ADT-based vector like Complex and array-based ones. . * Data.Vector.Fixed.Cont Continuation based vectors. Internally all functions use them. . * Data.Vector.Fixed.Mutable Type classes for array-based implementation and API for working with mutable state. . * Data.Vector.Fixed.Unboxed Unboxed vectors. . * Data.Vector.Fixed.Boxed Boxed vector which can hold elements of any type. . * Data.Vector.Fixed.Storable Unboxed vectors of Storable types. . * Data.Vector.Fixed.Primitive Unboxed vectors based on pritimive package.
-
Fold multiple events that happen in a given period of time. Fold multiple events that happen in a given period of time. See Control.FoldDebounce.
-
A fast, flexible, fused effect system. A fast, flexible, fused effect system, à la Effect Handlers in Scope, Monad Transformers and Modular Algebraic Effects: What Binds Them Together, and Fusion for Free—Efficient Algebraic Effect Handlers.
-
GenValidity support for aeson GenValidity support for aeson
package
genvalidity-hspec-aeson Standard spec's for aeson-related instances Standard spec's for aeson-related instances
package
genvalidity-sydtest-aeson Standard spec's for aeson-related instances in sydtest Standard spec's for aeson-related instances in sydtest
-
Library and tool for parsing .eventlog files from GHC Parses .eventlog files emitted by GHC 8.0.2 and later. Includes the ghc-events tool permitting, in particular, to dump an event log file as text.
-
Programming with GHC parse trees Please see the README on GitHub at https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme
package
ghc-syntax-highlighter Syntax highlighter for Haskell using the lexer of GHC Syntax highlighter for Haskell using the lexer of GHC.
-
DOM library that supports both GHCJS and GHC Documentent Object Model (DOM) functions that work with GHCJS, but can also be used with GHC and a Browser.