shithub: MicroHs

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

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