core-typed

hifumi123 2023-06-11T08:10:12.100829Z

I’m noticing minor typos in the documentation. e.g. https://clojure.github.io/core.typed/#clojure.core.typed/Vec The signature uses t but the docstring uses x.

2023-06-11T18:29:36.246529Z

that's the old repo, but I updated these inconsistencies in the new one. https://github.com/typedclojure/typedclojure/commit/e9115bb3db9d8b63dec2b139710f57747c6c3a7b

2023-06-11T18:30:39.458489Z

those docs no longer show up in html docs, but should be now accessible via https://github.com/typedclojure/typedclojure/blob/e9115bb3db9d8b63dec2b139710f57747c6c3a7b/typed/clj.runtime/src/typed/clojure.cljc#L250

šŸ‘ 1
hifumi123 2023-06-11T20:47:48.481229Z

Thanks!