higher-cat 0.1.1

Functors, Applicatives, Monads and other bad ideas
Documentation
[package]
name = "higher-cat"
version = "0.1.1"
authors = ["Bodil Stokke <bodil@bodil.org>"]
edition = "2018"
license = "MPL-2.0+"
description = "Functors, Applicatives, Monads and other bad ideas"
repository = "https://github.com/bodil/higher"
documentation = "http://docs.rs/higher-cat"
readme = "../README.md"
categories = ["data-structures"]
keywords = ["functor", "applicative", "monad", "category-theory"]

[dependencies]
higher = "0.1.1"

[dev-dependencies]
proptest = "0.9.1"
higher-derive = "0.1.1"