Skip to content

Instantly share code, notes, and snippets.

View dagit's full-sized avatar
💭
What's this?

Jason Dagit dagit

💭
What's this?
View GitHub Profile
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... -}