pandora-0.2.5: Pandora/Pattern/Transformer/Hoistable.hs
module Pandora.Pattern.Transformer.Hoistable (Hoistable (..)) where import Pandora.Core.Functor (type (~>)) class Hoistable t where hoist :: u ~> v -> t u ~> t v
module Pandora.Pattern.Transformer.Hoistable (Hoistable (..)) where import Pandora.Core.Functor (type (~>)) class Hoistable t where hoist :: u ~> v -> t u ~> t v