ghc-2.08-linux reports that `#-}' is wrongly placed in the program:
module M where
f :: Integral a => a
f = 1
{-# SPECIALIZE f :: Int
#-}
------------------------------------
Is ghc right?
Does this pragma parenthesis conflicts with the cpp preprocessor key
symbol `#' - when in the first line position?
------------------
Sergey Mechveliani
[EMAIL PROTECTED]
- Re: pragma closing at new line S.D.Mechveliani
- Re: pragma closing at new line Simon L Peyton Jones
