packages feed

haskell-tools-refactor-0.6.0.0: examples/CPP/ConditionalImport_res.hs

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

#ifndef USE_DATA_LIST
import Control.Monad (Monad(..))
#endif

a = Nothing >> Nothing