joint-0.1.4: Control/Joint/Abilities/Composition.hs
module Control.Joint.Abilities.Composition (Composition (..)) where
class Composition t where
{-# MINIMAL run #-}
type Primary t a :: *
run :: t a -> Primary t a
module Control.Joint.Abilities.Composition (Composition (..)) where
class Composition t where
{-# MINIMAL run #-}
type Primary t a :: *
run :: t a -> Primary t a