danidiaz / conceit

Concurrently + Either

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conceit

A version of the Concurrently Applicative from Simon Marlow's async package, with the difference that the concurrent computation stops if any of the actions returns a Left value, not only in the case of exceptions.

The internals have been copied wholesale from Concurrently, with modifications to support the new behaviour.

Includes a useful Bifunctor instance.

About

Concurrently + Either

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%