gnl/uniontypes

Union Types (ADTs) based on clojure.spec

Leiningen/Boot

[gnl/uniontypes "0.1.1-SNAPSHOT"]

Clojure CLI/deps.edn

gnl/uniontypes {:mvn/version "0.1.1-SNAPSHOT"}

Gradle

implementation("gnl:uniontypes:0.1.1-SNAPSHOT")

Maven

<dependency>
  <groupId>gnl</groupId>
  <artifactId>uniontypes</artifactId>
  <version>0.1.1-SNAPSHOT</version>
</dependency>