Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Lists of chunks Lists of chunks. This is similar to the Cons List provided by Data.List, but it is more useful as a target for a builder since the chunks are cache coherent.
-
A Char type representing an ASCII character This package defines a Char type that has 128 constructors, one for each ASCII character.
-
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.