(defn test-map-index [] ({"foo" "bar"} "foo")) (defn test-list-index [] (["first" "second"] 1))