I think the most reliable way to use type hinting is to attach the metadata to a local binding.
Thanks, Ambrose On Wed, Oct 16, 2013 at 1:51 AM, Brian Craft <[email protected]> wrote: > This gives me a reflection warning: > > (.write out ^String (-> slist meta :hex)) > > This does not: > > (.write out ^String (:hex (meta slist))) > > => (clojure.walk/macroexpand-all '(-> slist meta :hex)) > (:hex (meta slist)) > > What's going on? Is there some other way to type hint the case with the > threading macro? > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
