Liking cljdoc? Tell your friends :D

funlines.core

A tiny pipeline library that helps untangle a series of steps, where each step possibly depends on the output of previous steps, and each result should be checked for errors before continuing.

Pipeline functions can signal an error by returning the result of calling failure. There is no need to wrap successful values.

A tiny pipeline library that helps untangle a series of steps, where each step
possibly depends on the output of previous steps, and each result should be
checked for errors before continuing.

Pipeline functions can signal an error by returning the result of calling
`failure`. There is no need to wrap successful values.
raw docstring

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

× close