shithub: MicroHs

ref: 4ce38e41a9f2f99c2fedf260039839e18bbe1d94
dir: /ghc/Control/Alternative.hs/

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