awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesEffectful Array Traversals

Applying functions that produce effects to each element of an array and collecting results into a combined context.

Distinct from Element-wise Array Operations: Distinct from standard mapping as it handles effectful computations (e.g., returning a Monad).

Explore 1 awesome GitHub repository matching data & databases · Effectful Array Traversals. Refine with filters or upvote what's useful.

Awesome Effectful Array Traversals GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gcanti/fp-tsAvatar de gcanti

    gcanti/fp-ts

    11,523Voir sur GitHub↗

    fp-ts is a TypeScript library that brings pure functional programming patterns to the language through algebraic data types, type class abstractions, and composable combinators. It provides foundational data types like Option for optional values, Either for typed error handling, and Task for lazy asynchronous computations, all designed to make invalid states unrepresentable and side effects explicit. The library is built on category theory concepts, offering type classes such as Functor, Applicative, Monad, Semigroup, and Monoid with lawful instances for common data structures. The library di

    Provides Traversable instances for applying effectful functions to array elements.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    Voir sur GitHub↗11,523
  1. Home
  2. Data & Databases
  3. Effectful Array Traversals