com.2tothe8th/monads

Reader, Writer, State, Either, and Maybe monads.

Leiningen/Boot

[com.2tothe8th/monads "0.2.0"]

Clojure CLI/deps.edn

com.2tothe8th/monads {:mvn/version "0.2.0"}

Gradle

implementation("com.2tothe8th:monads:0.2.0")

Maven

<dependency>
  <groupId>com.2tothe8th</groupId>
  <artifactId>monads</artifactId>
  <version>0.2.0</version>
</dependency>