Liking cljdoc? Tell your friends :D

license https://github.com/lazy-cat-io/tenet/releases https://github.com/lazy-cat-io/tenet/actions/workflows/build.yml https://github.com/lazy-cat-io/tenet/actions/workflows/deploy.yml

clojars

tenet

A Clojure(Script) library, which helps to create explicit and understandable results to unify and simplify the data flow.

Status: alpha

Default behavior

  • Keyword - is an anomaly if it is registered in the anomaly registry or inherited from :tenet.core/error

  • Exception, js/Error - are anomalies

  • Object, js/Object, nil - are not anomalies

Getting started

Installation

Add the following dependency in your project:

project.clj or build.boot
[io.lazy-cat/tenet "0.1.20"]
deps.edn or bb.edn
io.lazy-cat/tenet {:mvn/version "0.1.20"}

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close