We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4172c50 commit b402cfcCopy full SHA for b402cfc
README.md
@@ -9,6 +9,14 @@
9
10
Optional typing in Clojure, as a library.
11
12
+## Stable + Maintenance mode
13
+
14
+core.typed should be considered stable and has transitioned into maintenance mode.
15
+Further feature development has been moved to the [typedclojure](https://github.com/typedclojure/typedclojure) repository
16
+which was forked from this repository at core.typed `1.0.0`.
17
18
+See [here](https://github.com/typedclojure/typedclojure/blob/master/UPGRADING.md#from-coretyped-100-to-typedclojure-101) for upgrading instructions.
19
20
## Usage Overview
21
22
core.typed is separated into modules. You'll want the full type checker at development
0 commit comments