Popularity
2.2
Declining
Activity
0.0
Stable
2
3
0

Monthly Downloads: 12
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Unclassified    

total-alternative alternatives and similar packages

Based on the "Unclassified" category.
Alternatively, view total-alternative alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of total-alternative or a related project?

Add another 'Unclassified' Package

README

total-alternative

This library exports total versions for Prelude partial functions using an Alternative interface where empty represents the result for invalid inputs.

The Alternative interface allows them to be specialized to:

  • Maybe
  • List
  • Vector
  • EitherT
  • ExceptT
  • Validation : Hackage
  • Success : Hackage