Hi. How can I ignore vars created via (clojure.test/deftest ...)? I know there's (ann ^:no-check ...) way, but it would ask me to specify arguments anyway
UPD: found that t/tc-ignore might do it
Hi. How do I annotate (defn myfn [a b & [c]] ...)? I always get "no matching arities"
UPD: solved it like (t/ann myfn [t/Num t/Num & :optional {:c t/Num} -> t/Num])
UPD: not solved actually. there's another error
Type Error (mypdf/grammar_checker.clj:72:25) Polymorphic static method clojure.lang.RT/nth could not be applied to arguments: