Fork me on GitHub
#schema
<
2017-05-23
>
actsasgeek17:05:01

since (map? s/Int) => true, how does one test to see if something is actually a map map?

actsasgeek18:05:48

depending on what you’re doing, it looks like (and (map? x) (not (record? x))) will get you there. YMMV