Liking cljdoc? Tell your friends :D

cats.monad.reader

The Reader Monad.

The Reader Monad.
raw docstring

askclj/s

source

localclj/s

source

readerclj/s

(reader f)

The Reader type constructor.

The purpose of Reader type is wrap a simple function that fullfill the reader signature.

It exists just for avoid extend the clojure function type because is very generic type.

The Reader type constructor.

The purpose of Reader type is wrap a simple
function that fullfill the reader signature.

It exists just for avoid extend the clojure
function type because is very generic type.
sourceraw docstring

Readercljs

source

reader-transformerclj/s

(reader-transformer inner-monad)

The Reader transformer constructor.

The Reader transformer constructor.
sourceraw docstring

reader?clj/s

(reader? s)

Return true if s is instance of Reader type.

Return true if `s` is instance
of Reader type.
sourceraw docstring

run-readerclj/s

(run-reader reader seed)

Given a Reader instance, execute the wrapped computation and returns a value.

Given a Reader instance, execute the
wrapped computation and returns a value.
sourceraw docstring

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

× close