ref: b926e7cec8da4e1a8db81866840a9783e146f285 dir: /ghc/Control/Alternative.hs/
module Control.Alternative( Alternative(..), guard, asum, ) where import Control.Applicative import Control.Monad