packages feed

haskell-tools-refactor-0.7.0.0: examples/CPP/ConditionalImportHalfRemoved_res.hs

{-# LANGUAGE CPP #-}
module CPP.ConditionalImportHalfRemoved where


#ifndef USE_DATA_LIST
import Control.Monad ((>>))
#endif
import Control.Applicative ((<$>))

a = id <$> (Nothing >> Nothing)