Hacker News new | ask | show | jobs
by ambrosebs 4639 days ago
(ns my-ns (:require [clojure.core.typed :as t :refer [ann]]))

(ann my-keys (All [a] [(t/Map a Any) -> (t/Coll a)])

1 comments

nice, thanks!