thangiee / freasy-monad   0.7.0

MIT License GitHub

Easy way to create Free Monad using Scala macros with first-class Intellij support.

Scala versions: 2.12 2.11
Scala.js versions: 0.6

freasy-monad 0.7.0


Group ID:
com.github.thangiee
Artifact ID:
freasy-monad_2.12
Version:
0.7.0
Release Date:
May 19, 2018
Licenses:
MIT
Files:

libraryDependencies += "com.github.thangiee" %% "freasy-monad" % "0.7.0"

Mill build tool

ivy"com.github.thangiee::freasy-monad:0.7.0"

Scala CLI

//> using dep "com.github.thangiee::freasy-monad:0.7.0"

Ammonite REPL

import $ivy.`com.github.thangiee::freasy-monad:0.7.0`

<dependency>
  <groupId>com.github.thangiee</groupId>
  <artifactId>freasy-monad_2.12</artifactId>
  <version>0.7.0</version>
</dependency>

compile group: 'com.github.thangiee', name: 'freasy-monad_2.12', version: '0.7.0'