Minor suggestion

2002-02-18 Thread Ketil Z. Malde
The need to recompile everything after upgrading was recently mentioned, I think, on this list. After upgrading from .1 to .2 (trying to get profiling on track), ghci gave me a slightly cryptic message about an unknow symbol (stg_gc_enter_1). No big deal, and after I removed the .o's,

RE: Minor suggestion

2002-02-18 Thread Simon Marlow
The need to recompile everything after upgrading was recently mentioned, I think, on this list. After upgrading from .1 to .2 (trying to get profiling on track), ghci gave me a slightly cryptic message about an unknow symbol (stg_gc_enter_1). No big deal, and after I removed the .o's,

ghc-5.02.2 cannot parse string gaps

2002-02-18 Thread Michael Marte
Hello *, Section 2.6. of the Haskell report says: A string may include a gap---two backslants enclosing white characters---which is ignored. This allows one to write long strings on more than one line by writing a backslant at the end of one line and at the start of the next. For example, Here

RE: ghc-5.02.2 cannot parse string gaps

2002-02-18 Thread Simon Marlow
Section 2.6. of the Haskell report says: A string may include a gap---two backslants enclosing white characters---which is ignored. This allows one to write long strings on more than one line by writing a backslant at the end of one line and at the start of the next. For example,