packages feed

witherable-class-0.0.1: Data/Witherable/Class.hs

module Data.Witherable.Class
  {-# DEPRECATED "Import Witherable instead" #-}
  ( Filterable(..)
  , Witherable(..)
  , FilterableWithIndex(..)
  , WitherableWithIndex(..)
  ) where

import Witherable