marick/structural-typing

Structural typing for Clojure. Generally useful when you want to define predicates to apply in bulk to parts of structures.

Leiningen/Boot

[marick/structural-typing "0.5.0"]

Clojure CLI/deps.edn

marick/structural-typing {:mvn/version "0.5.0"}

Gradle

implementation("marick:structural-typing:0.5.0")

Maven

<dependency>
  <groupId>marick</groupId>
  <artifactId>structural-typing</artifactId>
  <version>0.5.0</version>
</dependency>