ClojureDocs

Nav

Namespaces

function?

clojure.test

Available since 1.1
  • (function? x)
Returns true if argument is a function or a symbol that resolves to
a function (not a macro).