shithub: MicroHs

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

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