module Proarrow.Profunctor ( type (+->) , Profunctor (..) , lmap , rmap , (//) ) where import Proarrow.Core