Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package murmur3

    Pure Haskell implementation of the MurmurHash3 x86 algorithm MurmurHash3 is a non-cryptographic hash function suitable for general hash-based lookup. We provide the x86 version which closely follows the following implementation: https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp

  2. package n2o

    Abstract Protocol Loop Embeddable Application Protocol Loop

  3. package named-text

    A parameterized named text type and associated functionality. A plain String or Text is dangerous because it can be arbitrarily combined, converted, emitted, and updated without consideration of the validity and applicability of the contents and the usage scenario. This module provides a Named type wrapper around Text which has two additional type parameters: one which indicates what the content of the Text represents, and one which indicates the style of the name. There are additionally functions and classes which allow conversions and transformations between names with different styles and types (or disallow them where appropriate). The core intent of this library is that the Named is used instead of a raw String or Text to provide type-level tracking and safety.

  4. package names-th

    Manipulate name strings for TH This package includes functions to manipulate name string and extra library functions for Template Haskell.

  5. package natural-transformation

    A natural transformation package. A natural transformation transforms a container f a into another container g a. Natural transformations act as functor morphisms in category theory. The naming of ~>, :~> and $$ were taken, with permission, from Edward Kmett's indexed package.

  6. package netlib-carray

    Helper modules for CArray wrappers to BLAS and LAPACK Netlib is a collection of packages for efficient numeric linear algebra. Most prominent parts of Netlib are BLAS and LAPACK. These packages contain functions for matrix computations, solution of simultaneous linear equations and eigenvalue problems. This package provides definitions shared by the packages blas-carray and lapack-carray.

  7. package netlib-comfort-array

    Helper modules for comfort-array wrappers to BLAS and LAPACK Netlib is a collection of packages for efficient numeric linear algebra. Most prominent parts of Netlib are BLAS and LAPACK. These packages contain functions for matrix computations, solution of simultaneous linear equations and eigenvalue problems. This package provides definitions shared by the packages blas-comfort-array and lapack-comfort-array.

  8. package netpbm

    Loading PBM, PGM, PPM image files This package contains pure Haskell parsers for the netpbm image formats: PBM, PGM and PPM, for both ASCII and binary encodings. All netpbm image formats are implemented (P1 - P6). The current implementation parses PPM images at around 10 MB/s on a Core i5-2520M.

  9. package netwire

    Functional reactive programming library This library provides interfaces for and implements wire arrows useful both for functional reactive programming (FRP) and locally stateful programming (LSP).

  10. package network-control

    Library to control network protocols Common parts to control network protocols

Page 130 of many | Previous | Next