module Control.Alternative( Alternative(..), guard, asum, ) where import Control.Applicative import Control.Monad