packages feed

MicroHs-0.8: ghc/Control/Alternative.hs

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