Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. package file-io

    Basic file IO operations via 'OsPath' Basic file IO operations like Prelude, but for OsPath.

  2. 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

  3. package filtrable

    Class of filtrable containers See Data.Filtrable.

  4. package fixed

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

  5. package flac

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

  6. package flat

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

  7. 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
    

  8. package freer-par-monad

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

  9. package functor-combinators

    Tools for functor combinator-based program design Tools for working with functor combinators: types that take functors (or other indexed types) and returns a new functor that "enhances" or "mixes" them in some way. In the process, you can design featureful programs by composing smaller "primitives" using basic unversal combinators. The main entry point is Data.Functor.Combinators, but more fine-grained functionality and extra combinators (some of them re-implementations for compatibility) are available in other modules as well. This library does not define new functor combinators for the most part, but rather re-exports them from different parts of the Haskell ecosystem and provides a uniform interface. See the README for a quick overview, and also https://blog.jle.im/entry/functor-combinatorpedia.html for an in-depth dive into the motivation behind functor combinator-driven development, examples of the functor combinators in this library, and details about how to use these abstractions!

  10. package functor-products

    General functor products for various Foldable instances Generalizes the Rec type in vinyl to work over various different Foldable instances, instead of just lists. Provides a unifying abstraction for all of them, as well as data types to index into them.

Page 116 of many | Previous | Next