pituicat/src/Types/Cast.hs

9 lines
152 B
Haskell

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