shithub: MicroHs

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

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