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