Liking cljdoc? Tell your friends :D

dhall-clj.fail


annot-mismatch!clj

source

ast-building!clj

(ast-building! tree)

Throws an ex-info from a failed build of the AST

Throws an ex-info from a failed build of the AST
sourceraw docstring

cant-access!clj

source

cant-add!clj

source

cant-and!clj

source

cant-eq!clj

source

cant-interpolate!clj

source

cant-list-append!clj

source

cant-multiply!clj

source

cant-neq!clj

source

cant-or!clj

source

cant-project!clj

source

cant-text-append!clj

source

combine-records-requires-record-type!clj

source

constructors-require-a-union-type!clj

source

cyclic-import!clj

(cyclic-import! import)

Throws an ex-info on finding a cyclic import

Throws an ex-info on finding a cyclic import
sourceraw docstring

duplicate-alternative!clj

source

empty-list-must-have-type!clj

(empty-list-must-have-type! e)

Throws an ex-info if the list e to be deserialized is empty and has an empty type

Throws an ex-info if the list `e` to be deserialized is empty and has an empty type
sourceraw docstring

empty-val!clj

(empty-val! e)

Throws an ex-info if some data was expected but it's not there

Throws an ex-info if some data was expected but it's not there
sourceraw docstring

field-annotation-mismatch!clj

source

field-collision!clj

source

field-mismatch!clj

source

fn-label-mismatch!clj

(fn-label-mismatch! label e)

Throws an ex-info if the label of the function being deserialized is not right

Throws an ex-info if the label of the function being deserialized is not right
sourceraw docstring

handler-input-type-mismatch!clj

source

handler-not-a-function!clj

source

handler-output-type-mismatch!clj

source

hash-mismatch!clj

(hash-mismatch! import actual-hash expression)

Throws an ex-info on hash protection mismatch

Throws an ex-info on hash protection mismatch
sourceraw docstring

if-branch-mismatch!clj

source

if-branch-must-be-term!clj

source

invalid-alternative-type!clj

source

invalid-field!clj

source

invalid-field-type!clj

source

invalid-handler-output-type!clj

source

invalid-input-type!clj

source

invalid-list-element!clj

source

invalid-list-type!clj

source

invalid-optional-element!clj

source

invalid-optional-type!clj

source

invalid-output-type!clj

source

invalid-predicate!clj

source

invalid-some!clj

source

list-append-mismatch!clj

source

mismatched-list-elements!clj

source

missing-env!clj

(missing-env! name)

Throws an ex-info from a missing environment variable

Throws an ex-info from a missing environment variable
sourceraw docstring

missing-field!clj

source

missing-file!clj

(missing-file! path import)
source

missing-handler!clj

source

missing-imports!clj

(missing-imports! errors imported)

Throws an ex-info from a list of import errors

Throws an ex-info from a list of import errors
sourceraw docstring

missing-keyword!clj

(missing-keyword!)

Throws an ex-info from the missing keyword

Throws an ex-info from the `missing` keyword
sourceraw docstring

missing-list-type!clj

source

missing-merge-type!clj

source

must-combine-a-record!clj

source

must-merge-a-record!clj

source

must-merge-union!clj

source

no-dependent-types!clj

source

not-a-function!clj

source

parsing!clj

(parsing! gll-failure)

Throws an ex-info from a failure in parsing the string

Throws an ex-info from a failure in parsing the string
sourceraw docstring

record-mismatch!clj

source

record-type-mismatch!clj

source

type-error!clj

(type-error! typ ctx ex)
(type-error! typ ctx ex more-data)

Throws an ex-info on a Typecheck issue

Throws an ex-info on a Typecheck issue
sourceraw docstring

type-mismatch!clj

source

typecheck-excljmacro

(typecheck-ex typ)
source

unbound-variable!clj

source

unsupported-version-decoding!clj

(unsupported-version-decoding! version versions)

Throws an ex-info if the version we are trying to decode with is not supported

Throws an ex-info if the version we are trying to decode with is not supported
sourceraw docstring

unsupported-version-encoding!clj

(unsupported-version-encoding! version versions)

Throws an ex-info if the version we are trying to encode with is not supported

Throws an ex-info if the version we are trying to encode with is not supported
sourceraw docstring

untyped!clj

source

unused-handler!clj

source

vector-too-short!clj

(vector-too-short! e n)

Throws an ex-info if the vector e has less than n elems

Throws an ex-info if the vector `e` has less than `n` elems
sourceraw docstring

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

× close