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 free-foil

    Efficient Type-Safe Capture-Avoiding Substitution for Free (Scoped Monads) Please see the README on GitHub at https://github.com/fizruk/free-foil#readme

  2. package free-vl

    van Laarhoven encoded Free Monad with Extensible Effects The van Laarhoven encoding of Free Monads, both the original and with extensible effects. For more information on the van Laarhoven Free Monads, including examples, please see the following blog posts: Initial formulation by Russell O'Connor: http://r6.ca/blog/20140210T181244Z.html Adding Extensible Effects by Aaron Levin: http://aaronlevin.ca/post/136494428283/extensible-effects-in-the-van-laarhoven-free-monad

  3. package freetype2

    Haskell bindings for FreeType 2 library Mostly complete and mostly raw bindings to the FreeType2 library. Please check the README for information on how these bindings operate.

  4. package friendly-time

    Print time information in friendly ways Print time information in friendly ways

  5. package from-sum

    Combinators for working with Maybe and Either Provides many functions for working with Maybe and Either, including canonical fromMaybeM and fromEitherM functions. Please see README.md.

  6. package frontmatter

    Parses frontmatter as used in Jekyll markdown files. Parses frontmatter as used in Jekyll markdown files. Provides a parser that'll parse the frontmatter only and one that'll execute a YAML parser on it, so that it's a YAML frontmatter parser.

  7. package ftp-client

    Transfer files with FTP and FTPS ftp-client is a library for communicating with an FTP server. It works over both a clear channel or TLS.

  8. package function-builder

    Create poly variadic functions for monoidal results Please see README.md

  9. package fusion-plugin

    GHC plugin to make stream fusion more predictable. This plugin provides the programmer with a way to annotate certain types using a Fuse pragma from the fusion-plugin-types package. The programmer would annotate the types that are to be eliminated by fusion. During the simplifier phase the plugin goes through the relevant bindings and if one of these types are found inside a binding then that binding is marked to be inlined irrespective of the size. This plugin was primarily motivated by streamly but it can be used in general.

  10. package fusion-plugin-types

    Types for the fusion-plugin package. GHC package that provides types that when used in a package can be identified by the fusion-plugin package to perform any extra optimizations.

Page 187 of many | Previous | Next