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