packages feed

MicroHs-0.8.5.0: ghc/Control/Alternative.hs

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