shithub: MicroHs

ref: be88c32ed5ce6368378d5ed2448e8026dfc541f3
dir: /ghc/Control/Alternative.hs/

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