deftype feature or bug?

2010-04-20 Thread Brenton
Hello group, I am working with edge Clojure and, as of today, noticed that deftype's behavior has changed (which is expected as it is still alpha). The version in question is: clojure-1.2.0-master-20100420.150114-37.jar Here is my REPL interaction which demonstrates the difference: user> (defpr

Re: deftype feature or bug?

2010-04-20 Thread David Nolen
On Tue, Apr 20, 2010 at 3:09 PM, Brenton wrote: > Hello group, > > I am working with edge Clojure and, as of today, noticed that > deftype's behavior has changed (which is expected as it is still > alpha). The version in question is: > > clojure-1.2.0-master-20100420.150114-37.jar > > Here is my