RE: GHC Renamer

2000-07-18 Thread Simon Peyton-Jones
lp. Simon | -Original Message- | From: Kate S. Golder [mailto:[EMAIL PROTECTED]] | Sent: 17 July 2000 21:39 | To: [EMAIL PROTECTED] | Subject: GHC Renamer | | | I have been playing around with parts of the GHC front end, | particularly | the Renamer, and am trying to understand the output dumped by |

GHC Renamer

2000-07-17 Thread Kate S. Golder
I have been playing around with parts of the GHC front end, particularly the Renamer, and am trying to understand the output dumped by this stage. As part of this process I created a file (Blank.hs), where the file contains only an empty module declaration: module Blank where when I

Re: GHC Renamer

2000-07-17 Thread Marcin 'Qrczak' Kowalczyk
Mon, 17 Jul 2000 15:38:45 -0500, Kate S. Golder [EMAIL PROTECTED] pisze: Are these declarations simply added to all files? They are values referenced in RULES pragmas in Prelude modules. In particular what are "PrelBase.zi" and "PrelBase.zaza"? Look at ghc/compiler/basicTypes/OccName.lhs