awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDivergent Path Combinators

Higher-order functions that merge multiple functions targeting the same output into one handling a union of inputs.

Distinct from Function Combinators: Specifically targets the union of disparate input types converging on one output, unlike general function combinators.

Explore 1 awesome GitHub repository matching software engineering & architecture · Divergent Path Combinators. Refine with filters or upvote what's useful.

Awesome Divergent Path Combinators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • typelevel/catstypelevel 的头像

    typelevel/cats

    5,447在 GitHub 上查看↗

    Cats is a Scala functional programming library and type class library designed to implement algebraic patterns and functional abstractions. It provides a standardized set of interfaces and a modular toolkit of functional wrappers and containers to enable ad-hoc polymorphism and generic programming across disparate types. The project serves as a functional abstraction standard, offering a monad transformer suite to compose nested effectful contexts and handle multiple computational side effects within a single pipeline. It further enables the construction of embedded domain-specific languages

    Implements function combinators that handle a union of inputs targeting a single output type.

    Scala
    在 GitHub 上查看↗5,447
  1. Home
  2. Software Engineering & Architecture
  3. Modular Program Composition
  4. Function Combinators
  5. Divergent Path Combinators