module Classes.Actor where -- internal imports import Classes.Prop class (Prop a) => Actor a where perform :: Double -> a -> a