1 个仓库
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.
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.