shithub: MicroHs

ref: 40aea484f78df68538144ab19fd8ebde15bda5b7
dir: /ghc/Control/Alternative.hs/

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