tabdulradi / happypath   0.3.0

Apache License 2.0 GitHub

Makes union types work with for-comprehensions (like scala.Either, but without the allocation cost).

Scala versions: 3.x

happypath-core 0.3.0


Group ID:
com.abdulradi
Artifact ID:
happypath-core_3
Version:
0.3.0
Release Date:
Jun 1, 2021
Licenses:
Files:

libraryDependencies += "com.abdulradi" %% "happypath-core" % "0.3.0"

Mill build tool

ivy"com.abdulradi::happypath-core:0.3.0"

Scala CLI

//> using dep "com.abdulradi::happypath-core:0.3.0"

Ammonite REPL

import $ivy.`com.abdulradi::happypath-core:0.3.0`

<dependency>
  <groupId>com.abdulradi</groupId>
  <artifactId>happypath-core_3</artifactId>
  <version>0.3.0</version>
</dependency>

compile group: 'com.abdulradi', name: 'happypath-core_3', version: '0.3.0'