packages feed

planet-mitchell-0.0.0: src/Monad/Zip.hs

module Monad.Zip
  ( MonadZip(..)
  ) where

import Control.Monad.Zip (MonadZip(..))