shithub: MicroHs

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

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