utility-ht: Various small helper functions for Lists, Maybes, Tuples, Functions
Various small helper functions for Lists, Maybes, Tuples, Functions.
Some of these functions are improved implementations of standard functions.
They have the same name as their standard counterparts.
Others are equivalent to functions from the base
package,
but if you import them from this utility package
then you can write code that runs on older GHC versions
or other compilers like Hugs and JHC.
All modules are plain Haskell 98.
The package depends exclusively on the base
package
and only that portions of base
that are simple to port.
Thus you do not risk a dependency avalanche by importing it.
However, further splitting the base package might invalidate this statement.
Alternative packages: Useful
, MissingH
Modules
[Index] [Quick Jump]
- Control
- Applicative
- Functor
- Monad
- Data
- Bits
- Bool
- Either
- Eq
- Function
- Ix
- List
- Maybe
- Monoid
- Ord
- Record
- Strictness
- String
- Tuple
- Text
- Read
- Show
Downloads
- utility-ht-0.0.17.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.5.1, 0.0.6, 0.0.7, 0.0.7.1, 0.0.8, 0.0.9, 0.0.10, 0.0.11, 0.0.12, 0.0.13, 0.0.14, 0.0.15, 0.0.16, 0.0.17, 0.0.17.1, 0.0.17.2 |
---|---|
Dependencies | base (>=2 && <5) [details] |
Tested with | ghc ==7.0.2, ghc ==7.2.2, ghc ==7.4.2, ghc ==7.8.4, ghc ==8.6.5, ghc ==9.4.5, ghc ==9.6.1 |
License | BSD-3-Clause |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Revised | Revision 1 made by HenningThielemann at 2023-12-22T22:32:38Z |
Category | Data, List |
Source repo | head: darcs get http://code.haskell.org/~thielema/utility/ this: darcs get http://code.haskell.org/~thielema/utility/ --tag 0.0.17 |
Uploaded | by HenningThielemann at 2023-04-28T10:51:29Z |
Distributions | Arch:0.0.17.2, Debian:0.0.15, Fedora:0.0.17, FreeBSD:0.0.10, LTSHaskell:0.0.17.2, NixOS:0.0.17.2, Stackage:0.0.17.2, openSUSE:0.0.17.2 |
Reverse Dependencies | 103 direct, 4315 indirect [details] |
Downloads | 49724 total (379 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-04-28 [all 1 reports] |