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