This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-06-11
Channels
- # announcements (8)
- # babashka (6)
- # beginners (19)
- # biff (2)
- # clerk (3)
- # clojure (13)
- # clojure-europe (4)
- # clojure-norway (27)
- # clojure-spec (3)
- # clojuredesign-podcast (3)
- # clojurescript (36)
- # conjure (4)
- # core-typed (4)
- # cursive (2)
- # fulcro (8)
- # gratitude (1)
- # hyperfiddle (4)
- # off-topic (34)
- # re-frame (4)
- # sci (11)
- # scittle (1)
- # squint (7)
- # xtdb (5)
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
.
that's the old repo, but I updated these inconsistencies in the new one. https://github.com/typedclojure/typedclojure/commit/e9115bb3db9d8b63dec2b139710f57747c6c3a7b
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