shithub: MicroHs

ref: 74a051e7af311cda205f4558adf15f9be3159907
dir: /ghc/Control/Alternative.hs/

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