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
(expound/defmsg ::speculative/ifn "should be a function (or a value that can be *treated* like a function e.g. a set or keyword)")
For the call (map 1 2), expound will print
Function arguments
(1 2)
^
should be a function (or a value that can be *treated* like a function e.g. a set or keyword)
or
should be a function (or a value that can be *treated* like a function e.g. a set or keyword)
The text was updated successfully, but these errors were encountered:
Given this spec for
map
https://github.com/slipset/speculative/blob/c0c31d4e055346cb7caa831e28df8f96dda071be/src/speculative/core.cljc#L100-L106
And this message definition
For the call
(map 1 2)
, expound will printThe text was updated successfully, but these errors were encountered: