core-typed

Typed Clojure, an optional type system for Clojure
zilti 2020-02-18T17:56:30.151200Z

How do I tell core.typed that a type is a subtype of another, and how do I force it to accept that a method returns something of a certain type, instead of taking it form Java? e.g. I have a method that, per signature, returns Object, but it is actually an array