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.
-
A simple progress bar for the console. A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project progress github
-
Simple monadic parser for ASN1 stream types. Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient.
-
Syntactic sugar improving 'assert' and 'error' This library contains syntactic sugar that makes it easier to write simple contracts with assert and error and report the values that violate contracts.
-
A solution to the assignment problem A solution to the assignment problem.
-
Amateur astronomical computations Amateur astronomical computations: rise and set times and azimuths, coordinates, distances, angular sizes and other parameters of the Sun, the Moon, planets and stars.
-
Package implementing core logic for refreshing of expiring access tokens This package can be used for renewal of expiring access tokens according to user-provided actions. Tokens will be stored in a transactional variable (TVar).
-
Streaming parser/renderer for the Atom 1.0 standard (RFC 4287). Cf README.
-
Port of parsec's expression parser to attoparsec. Port of parsec's expression parser to attoparsec.
-
Use Attoparsec to parse framed protocol byte streams A library that simplifies the use of Attoparsec when processing framed protocol byte streams. As well as reading the haddocks, please take a look at a demo server and client as working examples.
-
Parsing of ISO 8601 dates, originally from aeson Parsing of ISO 8601 dates, originally from aeson.