Re: Re[2]: [Haskell-cafe] unsafeDestructiveAssign?

Opps, didn't "reply to all"
I hate it when that happens...
On Tue, Aug 11, 2009 at 1:00 PM, Job Vranish
haha, yeah.
What I'm actually trying to do is make a way to manipulate arbitrary recursive algebraic data structures as if they were graphs (not for performance reasons but because it makes manipulating them much easier)
It's similar to the data-reify package, but I need it to work on any algebraic datatype.
I'm not planning on using it for actually production code. I'm mostly just experimenting with as a potentially interesting language feature.
- Job
On Tue, Aug 11, 2009 at 12:50 PM, Bulat Ziganshin < bulat.ziganshin@gmail.com> wrote:
Hello Job,
Tuesday, August 11, 2009, 8:45:29 PM, you wrote:
What I am trying to do is hyper unusual and I really do need an unsafeHorribleThings to do it.
yes, assigning 5 to 8 is really unusual in math :)
-- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com
participants (1)
-
Job Vranish