On Dec 6, 10:31 am, Meikel Brandmeyer wrote:
> Hi,
>
> Am 06.12.2011 um 18:31 schrieb Eric in San Diego:
>
> > I'm migrating some code from 1.2 to 1.3, and one of the things I've
> > encountered is that it no longer accepts ^map as a type hint. It's
> > happy if I use ^clojure.lang.PersistentArra
Hi,
Am 06.12.2011 um 18:31 schrieb Eric in San Diego:
> I'm migrating some code from 1.2 to 1.3, and one of the things I've
> encountered is that it no longer accepts ^map as a type hint. It's
> happy if I use ^clojure.lang.PersistentArrayMap, but that's quite a
> mouthful.
>
> Is there a more
On Tue, Dec 6, 2011 at 9:31 AM, Eric in San Diego wrote:
> I'm migrating some code from 1.2 to 1.3, and one of the things I've
> encountered is that it no longer accepts ^map as a type hint. It's
> happy if I use ^clojure.lang.PersistentArrayMap, but that's quite a
> mouthful.
It's my understand
I'm migrating some code from 1.2 to 1.3, and one of the things I've
encountered is that it no longer accepts ^map as a type hint. It's
happy if I use ^clojure.lang.PersistentArrayMap, but that's quite a
mouthful.
Is there a more compact abbreviation I can use? Where are such things
documented?
T