Liking cljdoc? Tell your friends :D
Clojure only.

dhall-clj.core


inputclj

(input dhall-code)
(input cwd dhall-code)

Given a string containing a Dhall expression, parses, typechecks normalizes it in Dhall context, then emits and evals the Clojure form of it. Will except an ex-info in case of failure

Given a string containing a Dhall expression, parses, typechecks
normalizes it in Dhall context, then emits and evals the Clojure form of it.
Will except an ex-info in case of failure
sourceraw docstring

input-astclj

(input-ast dhall-code)
(input-ast cwd dhall-code)

Given a string containing Dhall code, parses, typechecks, and normalizes it, returning an AST. Will throw exceptions in case of failure. See the README on how to catch them.

Given a string containing Dhall code, parses, typechecks,
and normalizes it, returning an AST.
Will throw exceptions in case of failure.
See the README on how to catch them.
sourceraw docstring

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

× close