Fork me on GitHub
#parinfer
<
2016-11-07
>
eraserhd15:11:28

Interesting case, with clojure's new scoped maps (or whatever they are called). With parinfer, can't do:

#:foo{
   :hello 42}

shaunlebron21:11:04

foo and hello aren’t siblings

shaunlebron21:11:10

and these aren’t expected to work either:

#{
 :hello 42}
#js{
 :hello 42}