shithub: MicroHs

ref: d7b6eea294156408552a78e9d0f19fce6d80f91d
dir: /ghc/Control/Alternative.hs/

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