Re: GHC Core questions

2007-07-01 Thread Tim Chevalier
On 7/1/07, Neil Mitchell <[EMAIL PROTECTED]> wrote: Hi, Thanks to all the help I've now managed to get GHC Core converted to Yhc Core (the source is at the end of this mail, if anyone wants a look). I have three remaining issues: 1) Data types (i.e. data/newtype) are not represented in [CoreBin

[nightly] 01-Jul-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-07-01 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sun Jul 1 19:30:00 BST 2007. checkin

Re: GHC Core questions

2007-07-01 Thread Aaron Tomb
On Jul 1, 2007, at 5:37 AM, Neil Mitchell wrote: Hi, Thanks to all the help I've now managed to get GHC Core converted to Yhc Core (the source is at the end of this mail, if anyone wants a look). I have three remaining issues: 1) Data types (i.e. data/newtype) are not represented in [CoreBind

Re: GHC Core questions

2007-07-01 Thread Isaac Dupree
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Mitchell wrote: > --- GHC -> Yhc convertor --- > -- note: uses the old interface to generate Core, since that matches > the snapshot on > -- the machine I developed it > -- > -- some functions are branches are incomplete, purely because I have no

GHC Core questions

2007-07-01 Thread Neil Mitchell
Hi, Thanks to all the help I've now managed to get GHC Core converted to Yhc Core (the source is at the end of this mail, if anyone wants a look). I have three remaining issues: 1) Data types (i.e. data/newtype) are not represented in [CoreBind] at all, as far as I can tell. Is Core meant to kee