{-# LANGUAGE ExistentialQuantification #-} module Types.Cast where -- internale imports import Classes.Actor data Cast = forall a. Actor a => Cast a