@mgrbyte good question. Currently, spec-tools doesn’t try to quess the type from sets, e.g. #{:admin :view :edit}
doesn’t have a type. So we have to hint it to be a ´:keyword`. Like this:
@ikitommi uploaded a file: https://clojurians.slack.com/files/U055NJ5CC/F8FVDBNLQ/type_hinting_sets.clj
It seems there is as issue of this, waiting for a friendly PR: https://github.com/metosin/spec-tools/issues/60