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