core-typed

Typed Clojure, an optional type system for Clojure
2017-04-28T11:15:17.545887Z

Is it normal that if I annotate a fn as return Vec, and I return [], it fails to type check?

2017-04-28T11:15:27.547609Z

It says expected Vec, actual HVec