marick/structural-typing

Structural typing for Clojure. Generally useful when you want to define predicates to apply in bulk to parts of structures. The top-level namespaces contain what you need to use the library. The .surface namespaces help you tweak its behavior.

Leiningen/Boot

[marick/structural-typing "0.12.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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