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