shithub: MicroHs

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

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