Re: Dumping Core to an alternative format

2011-10-31 Thread Aaron Tomb
On Oct 31, 2011, at 7:31 AM, Simon Marlow wrote: > On 28/10/2011 16:27, Knut Halvor Skrede wrote: >> Hi, >> >> I have been trying to dump Core to an alternative format for a while now. >> >> I started trying to use the compileToCoreSimplifed function and >> traversing the resulting CoreModule,

Re: Dumping Core to an alternative format

2011-10-31 Thread Simon Marlow
On 28/10/2011 16:27, Knut Halvor Skrede wrote: Hi, I have been trying to dump Core to an alternative format for a while now. I started trying to use the compileToCoreSimplifed function and traversing the resulting CoreModule, however, I was unable to figure out how this datastructure mapped to

Dumping Core to an alternative format

2011-10-28 Thread Knut Halvor Skrede
Hi, I have been trying to dump Core to an alternative format for a while now. I started trying to use the compileToCoreSimplifed function and traversing the resulting CoreModule, however, I was unable to figure out how this datastructure mapped to the ExternalCore format. Then i discovered that