You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Syntax error -------------------
(hello "hello world")
should have additional elements. The next element is named `:args` and satisfies
(clojure.spec.alpha/alt
:arity-1
:clojure.core.specs.alpha/args+body
:arity-n
(clojure.spec.alpha/cat
:bodies
(clojure.spec.alpha/+
(clojure.spec.alpha/spec :clojure.core.specs.alpha/args+body))
:attr
(clojure.spec.alpha/? map?)))
Expected:
The inner alt should be displayed as a series of or clauses
The text was updated successfully, but these errors were encountered:
Repro:
Actual:
Expected:
The inner
alt
should be displayed as a series ofor
clausesThe text was updated successfully, but these errors were encountered: