#monads #effect #functional #eff

nightly effect-monad

A native-rust implementation of an Effect monad, inspired by PureScript's EFF Monad

4 releases (2 breaking)

Uses old Rust 2015

0.3.1 Dec 17, 2015
0.3.0 Dec 17, 2015
0.2.0 Dec 16, 2015
0.1.0 Dec 16, 2015

#6 in #eff

Download history 7/week @ 2024-02-19 4/week @ 2024-02-26 72/week @ 2024-04-01

72 downloads per month

MIT license

7KB
180 lines

Build Status Coverage Status

effect-monad

Provides Purescript-inspired effect monads for Rust.


lib.rs:

This module contains Purescript-inspired effects monads for rust

Here, an effect is defined an evaluatable function.

No runtime deps

Features