
9 Jan
2003
9 Jan
'03
1:14 a.m.
Ken Shan wrote:
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)
Thanks! -- Bst rgrds, M.A.X.: Mechanical Artificial Xenomorph.