We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Illegal token: else
Hi,
{-# LANGUAGE CPP #-} module Test where foo :: Int -> Int #ifdef FOO foo = succ #else foo = pred #endif
gets me Illegal token: else message when I hit ENTER.
Thanks for your time, Regards