Fork me on GitHub
#core-typed
<
2017-04-28
>
didibus11:04:17

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

didibus11:04:27

It says expected Vec, actual HVec