From f3713dfc86de1468d64573f26911ff01a8fdec79 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 22 Oct 2024 15:46:24 +0200 Subject: [PATCH] describe --- 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 47f533c..0ecd63e 100644 --- a/src/sci/configs/cljs/spec/alpha.cljs +++ b/src/sci/configs/cljs/spec/alpha.cljs @@ -404,7 +404,8 @@ '? (sci/copy-var ? sns) 'maybe-impl (sci/copy-var s/maybe-impl sns) 'alt (sci/copy-var alt sns) - 'alt-impl (sci/copy-var s/alt-impl sns)} + 'alt-impl (sci/copy-var s/alt-impl sns) + 'describe (sci/copy-var s/describe sns)} 'cljs.spec.gen.alpha {'fmap (sci/copy-var gen/fmap gns)}}) (def config {:namespaces namespaces})