shithub: MicroHs

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

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