On 2003-01-08T09:19:10+0200, Max Ischenko wrote: > - To be able to run it both in Hugs and by GHC I need an > `import Data.Char(isSpace) for GHC`. Can this be conditionally > included in a source for GHC only?
You could use say the C preprocessor to do this, but a better way to
solve your problem would be to say
import Char (isSpace)
This should work with Hugs, GHC, as well as other implementations of
Haskell 98.
--
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
Studded tires buzzing
Cycle to work all year, I
See stupid people
msg02426/pgp00000.pgp
Description: PGP signature
