Hi,
Recently (over the last 4 months) there's been some further work in splitting up core.typed into smaller repos, and fixing some bugs in the analyzer.
There are a few new core.typed.* releases/libraries involving these minor changes (common case is just to bump checker.jvm and/or runtime.jvm).
- split out :lang machinery to core.typed.lang.jvm
- bump analyzer.jvm, which adds a dependency on core.typed.lib.clojure
- split out core Clojure annotations to core.typed.lib.clojure
- fix some bugs
- add succinct type checker example as a test
- includes the :lang machinery split out from checker.jvm
- includes annotations for core Clojure split out from core.typed.runtime.jvm.
Thanks,
Ambrose