From 9a5d5b87be5f88695bb4a762c1e5cfdb2e306d10 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 22 Oct 2024 14:52:42 +0200 Subject: [PATCH] explain --- src/sci/configs/cljs/spec/alpha.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sci/configs/cljs/spec/alpha.cljs b/src/sci/configs/cljs/spec/alpha.cljs index 92dace6..fffe3e6 100644 --- a/src/sci/configs/cljs/spec/alpha.cljs +++ b/src/sci/configs/cljs/spec/alpha.cljs @@ -105,6 +105,7 @@ 'valid? (sci/copy-var s/valid? sns) 'conform (sci/copy-var s/conform sns) 'nilable (sci/copy-var nilable sns) - 'nilable-impl (sci/copy-var s/nilable-impl sns)}}) + 'nilable-impl (sci/copy-var s/nilable-impl sns) + 'explain (sci/copy-var s/explain sns)}}) (def config {:namespaces namespaces})