haskell-tools-refactor-0.6.0.0: examples/CPP/ConditionalImport.hs
{-# LANGUAGE CPP #-}
module CPP.ConditionalImport where
import Data.List
#ifndef USE_DATA_LIST
import Control.Monad
#endif
import Data.List
a = Nothing >> Nothing
{-# LANGUAGE CPP #-}
module CPP.ConditionalImport where
import Data.List
#ifndef USE_DATA_LIST
import Control.Monad
#endif
import Data.List
a = Nothing >> Nothing