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