haskell-tools-builtin-refactorings-1.0.0.0: examples/CPP/ConditionalImportMulti_res.hs
{-# LANGUAGE CPP #-}
module CPP.ConditionalImportMulti where
#ifndef USE_DATA_LIST
import Control.Applicative ((<$>))
import Control.Monad ((>>))
#endif
a = id <$> (Nothing >> Nothing)