pandora-0.1.0: Pandora/Pattern/Functor/Lowerable.hs
module Pandora.Pattern.Functor.Lowerable (Lowerable (..)) where import Pandora.Core.Functor (type (~>)) import Pandora.Pattern.Functor.Covariant (Covariant) class Lowerable t where lower :: Covariant u => t u ~> u