is there a recommended naming scheme for custom paths? eg. https://github.com/redplanetlabs/specter/wiki/List-of-Macros#path shows:
(def MY-PATH (path even?))
from which I would conclude that ALL-CAPS would signify a custom path, but that -PATH prefix feels a bit too verbose.