@hackage / fx

Modular effectful computations with explicit environments and errors

Latest0.11.2

About

Metadata

  • Last updated , by NikitaVolkov
  • License MIT
  • Maintained by: Nikita Volkov <nikita.y.volkov@mail.ru>

  • Lottery factor: 1

Links

Installation

Readme

A lightweight library for writing effectful computations with explicit environment dependencies and error handling. Provides value-based abstractions for effects without deep monad transformer stacks.

Key features: explicit env/err types, composable and safe resource management and concurrency, and compatibility with Ports and Adapters architecture.