shithub: MicroHs

ref: 76e8aed8f3cc5210ff974c0be7c145233e36e351
dir: /ghc/Control/Alternative.hs/

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