shithub: MicroHs

ref: 35ed3c006dbbc7cf3dc0dfbff24ee87ea4ebf2f6
dir: /ghc/Control/Alternative.hs/

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