haskell-tools-refactor-0.7.0.0: examples/CPP/ConditionalImportEnd_res.hs
{-# LANGUAGE CPP #-}
module CPP.ConditionalImportEnd where
#ifndef USE_DATA_LIST
import Control.Monad ((>>))
#endif
a = Nothing >> Nothing
{-# LANGUAGE CPP #-}
module CPP.ConditionalImportEnd where
#ifndef USE_DATA_LIST
import Control.Monad ((>>))
#endif
a = Nothing >> Nothing