Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Various number formatting functions Various number formatting functions
-
Free monads based on intuitions from the Data types à la Carte. Free monads based on intuitions from the Data types à la Carte paper. Combine functors and make embedded DSLs in Haskell.
-
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