packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/CPP/ConditionalImportBegin_res.hs

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

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


a = Nothing >> Nothing