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