module Distributive
  ( -- * Distributive
    Distributive(..)
  , cotraverse
  , comapM
  , fmapCollect
  ) where

import Data.Distributive