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