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

import Data.Distributive