Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.typed by
Discussion: https://groups.google.com/d/msg/clojure-core-typed/-4XzTLD1LNE/LuJqMuNzAgAJ


(t/cf (t/fn [x :- (t/Option '[t/Num])] (let [[a] x] a)))
Type Error (...) Internal Error (...) Bad call to path-type: nil, ({:idx 0})

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CTYP-275 (reported by overthink)
...