Liking cljdoc? Tell your friends :D

fooheads.raql.schema

Defines malli schemas for the raql language and provides functions to validate and explain errors.

Defines malli schemas for the raql language and provides functions to
validate and explain errors.
raw docstring

explainclj/s

(explain schema form)

Returns humanized error descriptions as data or nil if the form is valid.

Returns humanized error descriptions as data or nil if the form is valid.
raw docstring

explain-dataclj/s

(explain-data schema form)

Returns raw error descriptions as data or nil if the form is valid.

Returns raw error descriptions as data or nil if the form is valid.
raw docstring

schemaclj/s

(schema)
(schema rule-name)

Create a schema for the specified start rule

Create a schema for the specified start rule
raw docstring

schemasclj/s


valid?clj/s

(valid? schema form)

Validates the form against the raql schema.

Validates the form against the raql schema.
raw docstring

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

× close