toolbox

[ bsd3, library, unclassified ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/mixphix/toolbox#readme


[Skip to Readme]

Modules

  • Control
    • Monad
      • Control.Monad.Toolbox
  • Data
    • Either
      • Data.Either.Toolbox
    • Foldable
      • Data.Foldable.Toolbox
    • Function
      • Data.Function.Toolbox
        • Data.Function.Toolbox.Internal
    • List
      • NonEmpty
        • Data.List.NonEmpty.Toolbox
      • Data.List.Toolbox
    • Monoid
      • Data.Monoid.Toolbox
    • Ord
      • Data.Ord.Toolbox
    • Time
      • Calendar
        • Data.Time.Calendar.Toolbox
      • Format
        • Data.Time.Format.Toolbox
      • LocalTime
        • Data.Time.LocalTime.Toolbox
      • Data.Time.Timeframe
      • Data.Time.Toolbox
    • Tuple
      • Data.Tuple.Toolbox

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5.0.0
Change log ChangeLog.md
Dependencies base (>=4.18 && <5), containers, template-haskell, time [details]
License BSD-3-Clause
Copyright (c) 2021-2023 Melanie Brown
Author Melanie Brown
Maintainer brown.m@pm.me
Home page https://github.com/mixphix/toolbox#readme
Bug tracker https://github.com/mixphix/toolbox/issues
Source repo head: git clone https://github.com/mixphix/toolbox
Uploaded by melaniebrown at 2023-09-29T15:45:17Z
Distributions
Downloads 33 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-09-29 [all 2 reports]

Readme for toolbox-0.5.0.0

[back to package description]

toolbox

Handy-dandy Haskell tools.

This package contains a small selection of useful functions over the base library, as well as convenient alternative class implementations for map types from the containers library. It is intended as a lightweight accompaniment to your personal projects, since its small dependency graph likely overlaps with it already.