Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threading macro && Plumbing core => Arity warning #605

Closed
oliviervaussy opened this issue Nov 8, 2014 · 0 comments
Closed

Threading macro && Plumbing core => Arity warning #605

oliviervaussy opened this issue Nov 8, 2014 · 0 comments
Milestone

Comments

@oliviervaussy
Copy link

Cursive show you an arity warning on this code

(ns show-arity-warning
    (:require [plumbing.core :refer [?>]]))

(defn show-arity-warning []
  (-> [1 2]
      (?> true (conj 3))))

Probably similar to #595

@cursive-ide cursive-ide added this to the Shortlist milestone Nov 8, 2014
@cursive-ide cursive-ide modified the milestones: 0.1.45, Shortlist Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants