shithub: MicroHs

ref: 9fcea2a5581d045efd60b6b6bd2b64ad6e4e9bd2
dir: /ghc/Control/Alternative.hs/

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