Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Check if an HTML element is a link This package provides a function that checks whether a particular combination of an HTML tag name and an attribute corresponds to an HTML element that links to an external resource. For example, the combination of the tag img and the attribute src is an external link whereas the combination div and style is not. This is particularly useful for web scraping.
-
Stream logs using journalctl. Stream logs using journalctl. Check the documentation for more details.
-
DOM library that uses jsaddle to support both GHCJS and GHC Documentent Object Model (DOM) functions implemented using jsaddle. It works with both GHCJS and GHC.
-
Incremental applicative JSON parser Easy to use JSON parser fully supporting incremental parsing. Parsing grammar in applicative form. The parser is compatibile with aeson and its FromJSON class. It is possible to use aeson monadic parsing when appropriate. The parser supports constant-space safe incremental parsing regardless of the input data. In addition to performance-critical parts written in C, a lot of performance is gained by being less memory intensive especially when used for stream parsing.
-
Logstash backend for katip. Please see the README on GitHub at https://github.com/mbg/logstash#readme
-
K-means clustering algorithm A simple library for k-means clustering
-
Anonymous records via named tuples Declare and access tuple fields with labels. An approach to anonymous records.
-
IRC plugins for lambdabot. Lambdabot is an IRC bot written over several years by those on the #haskell IRC channel. Provided plugins:
- irc Lets lambdabot connect to IRC.
- localtime Check user's local time.
- log Log IRC channels.
- topic Modify channel topics.
-
Analysis and generation of C code Language C is a Haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of C11 and clang/GNU extensions.
-
C-like AST to simplify writing C99 programs. This package is a wrapper on top of 'language-c99'. It provides a simpler interface more suited for writing C99 programs. It achieves this by implementing its own C-like AST, supporting the most used C features. In turn, this AST is translated into actual C99 one, showing that it is an actual subset.