blob: eddd798993c406ef474c0eeb5bb87cfd2b0462db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "higher-free-macro"
version = "0.0.1"
edition = "2021"
authors = ["Andreas Grois"]
rust-version = "1.66.1"
description = "A macro that allows to conjure a Free Monad for every Functor. This builds on the traits from the higher crate, and re-exports said crate."
repository = "https://github.com/soulsource/higher-free-macro"
license = "MPL-2.0+"
keywords = ["functor", "applicative", "monad", "category-theory", "haskell"]
[dependencies]
higher = "0.2"
|