This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Prelude hiding (log) | |
import Control.Monad ( (<$>) ) | |
import Control.Monad.Trans ( liftIO, when, baz, Bar(..) ) -- some made up names | |
{- | Our very important FOO compilation option -} | |
#ifdef FOO | |
foo = 1 | |
#endif | |
{- {- Nested comments aren't quite right -} nope... -} |
NewerOlder