Fwd: #4459: Loading Names and Types via GHC

2011-06-22 Thread Vivian McPhail
-- Forwarded message -- From: Vivian McPhail haskell.vivian.mcph...@gmail.com Date: 22 June 2011 17:17 Subject: #4459: Loading Names and Types via GHC To: cvs-...@haskell.org Hi, I can successfully set up GHC and compile a module, say 'X.hs'. quote dynload :: Symbol

#4316: Getting the lexer state to check for AlternativeLayoutMode

2010-10-17 Thread Vivian McPhail
Hi, In attempting to use the lexer to see whether we are within an alternative layout context: ALR: True means that we are Alternative Layout Mode which happens when we run the lexer. The False instances are from when the parser runs (after we have done our checking). Prelude