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