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