pandora-0.5.6: Pandora/Pattern/Morphism/Kleisli.hs
module Pandora.Pattern.Morphism.Kleisli where newtype Kleisli t (v :: * -> * -> *) a e = Kleisli (v a (t e))
module Pandora.Pattern.Morphism.Kleisli where newtype Kleisli t (v :: * -> * -> *) a e = Kleisli (v a (t e))