monadic 0.3.13

macro to define Haskell style monadic action blocks
Documentation
[package]
name = "monadic"
version = "0.3.13"
authors = ["Gabriel Riba Faura <griba2001@gmail.com>"]
edition = "2018"
license = "MIT"
description = "macro to define Haskell style monadic action blocks"
repository = "https://github.com/griba2001/rust-monadic.git"
homepage = "https://github.com/griba2001/rust-monadic"
documentation = "https://docs.rs/monadic"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name="monadic"

[dependencies]

[dev-dependencies]
num = "0.2"
partial_application = "0.2"