Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 249 Bytes

09_spec_walker.md

File metadata and controls

7 lines (5 loc) · 249 Bytes

Spec Walker

(require '[spec-tools.core :as st])

A multimethod st/walk taking a spec, value, accept function and options to walk over both specs and values. Used by st/coerce, which transforms specs values using spec transformers.