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.
-
Efficient Type-Safe Capture-Avoiding Substitution for Free (Scoped Monads) Please see the README on GitHub at https://github.com/fizruk/free-foil#readme
-
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
-
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.
-
Print time information in friendly ways Print time information in friendly ways
-
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.
-
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.
-
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.
-
Create poly variadic functions for monoidal results Please see README.md
-
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.
-
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.