clara 2020-07-08

Can someone explain how this works to find ancestors?

(def custom-ancestors-fn {:precise-temperature-reading #{:temperature-reading}})

I get that a map can work in the function position, and will look up the value for a key given as argument, but I am struggling to see how this def works as a function to look up ancestors.