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