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.

  1. package fixed-vector

    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.

  2. package fold-debounce

    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.

  3. package fused-effects

    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.

  4. package genvalidity-aeson

    GenValidity support for aeson GenValidity support for aeson

  5. package genvalidity-hspec-aeson

    Standard spec's for aeson-related instances Standard spec's for aeson-related instances

  6. package genvalidity-sydtest-aeson

    Standard spec's for aeson-related instances in sydtest Standard spec's for aeson-related instances in sydtest

  7. package ghc-events

    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.

  8. package ghc-lib-parser-ex

    Programming with GHC parse trees Please see the README on GitHub at https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme

  9. package ghc-syntax-highlighter

    Syntax highlighter for Haskell using the lexer of GHC Syntax highlighter for Haskell using the lexer of GHC.

  10. package ghcjs-dom

    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.

Page 83 of many | Previous | Next