This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-09-24
Channels
- # admin-announcements (17)
- # alda (5)
- # aws (4)
- # beginners (19)
- # boot (80)
- # bristol-clojurians (3)
- # cider (15)
- # clojure (257)
- # clojure-berlin (1)
- # clojure-czech (1)
- # clojure-indonesia (1)
- # clojure-nl (1)
- # clojure-poland (1)
- # clojure-russia (77)
- # clojurescript (186)
- # core-async (7)
- # core-typed (6)
- # cursive (8)
- # datomic (2)
- # devcards (2)
- # editors (45)
- # emacs (23)
- # hoplon (83)
- # jobs (1)
- # ldnclj (106)
- # leiningen (43)
- # off-topic (4)
- # onyx (31)
- # reagent (10)
- # yada (1)
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: