Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. package fast-builder

    Fast ByteString Builder An efficient implementation of ByteString builder. It should be faster than the standard implementation in most cases. In many benchmarks, the performance improvement is 2x-10x.

  2. package fast-myers-diff

    A fast implementation of the Myers diff algorithm. A fast implementation of the diffing algorithm described in 'An O(ND) Difference Algorithm and Its Variations' by Eugene W. Myers.

  3. package fft

    Bindings to the FFTW library. Bindings to the FFTW library. Provides high performance discrete fourier transforms in arbitrary dimensions. Include transforms of complex data, real data, and real to real transforms.

  4. package filepath-bytestring

    Library for manipulating RawFilePaths in a cross platform way. This package provides functionality for manipulating RawFilePath values. It can be used as a drop in replacement for the filepath library to get the benefits of using ByteStrings. It provides three modules:

    All three modules provide the same API, and the same documentation (calling out differences in the different variants). This package is now deprecated, since filepath 1.4.100.0 provides an OsPath type that is based on a bytestring. See https:/hasufell.github.ioposts/2022-06-29-fixing-haskell-filepaths.html

  5. package filtrable

    Class of filtrable containers See Data.Filtrable.

  6. package fixed

    Signed 15.16 precision fixed point arithmetic Signed 15.16 precision fixed point arithmetic

  7. package flac

    Complete high-level binding to libFLAC Complete high-level binding to libFLAC.

  8. package flat

    Principled and efficient bit-oriented binary serialization. Reference implementation of flat, a principled and efficient binary serialization format.

  9. package formatn

    Formatting of doubles. This package provides support for number formatting styles, especially styles involving significant figure calculations.

    Usage

    >>> import Data.FormatN
    
    >>> comma (Just 3) 1234
    1,230
    

  10. package freer-par-monad

    Freer par monad Please see the README on GitHub at https://github.com/YoshikuniJujo/freer-par-monad#readme

Page 115 of many | Previous | Next