Re: #4459: Polymorphic Data.Dynamic

2011-07-20 Thread Vivian McPhail
> #4459: Polymorphic Data.Dynamic > > -+-- >Reporter: vivian|Owner: vivian >Type: feature request | Status: new >Priority: normal

Fwd: #4459: Loading Names and Types via GHC

2011-06-22 Thread Vivian McPhail
-- Forwarded message -- From: Vivian McPhail 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'. dynload :: Symbol -> ModuleName -> DynType

Re: #4316: Getting the lexer state to check for "AlternativeLayoutMode"

2010-10-17 Thread Vivian McPhail
On 18 October 2010 15:37, Vivian McPhail wrote: > Hi, > > In attempting to use the lexer to see whether we are within an alternative > layout context: > > [..] > > I have a function which tells us if there is layout going on: > > activeContext :: P Bool

#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 Control.Monad.S