Skip to content

Missing annotations #133

Description

@triHims

How to work around missing annotations ?

(defn readCsv
  "Read CSV call a function"
  [csvname _fn]
  (with-open [rdr (clojure.java.io/reader csvname)]
    (_fn (line-seq rdr))))

I have this function. Its not annotated. Frankly i do not want to check it with check-ns but when i run check-ns to check other functions. I get error because line-seq is not found.

ps. I am new to eco system so apologies if its a waste of time.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions