Liking cljdoc? Tell your friends :D

dhall-clj.context


insertclj

(insert val name ctx)

Inserts in the ctx a val in the list for the name.

Inserts in the `ctx` a `val` in the list for the `name`.
sourceraw docstring

lookupclj

(lookup ctx name i)

Looks for the name's ith instance in the ctx. Returns the result if it's there, or nil if not.

Looks for the `name`'s `i`th instance in the `ctx`.
Returns the result if it's there, or `nil` if not.
sourceraw docstring

transformclj

(transform ctx f)

Given a f :: Expr -> Expr, traverses the whole ctx applying it to all values.

Given a `f :: Expr -> Expr`, traverses the whole `ctx`
applying it to all values.
sourceraw docstring

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

× close