pituicat/src/Types/Graphics/Prop.hs

9 lines
175 B
Haskell

{-# LANGUAGE ExistentialQuantification #-}
module Types.Graphics.Prop where
-- internal imports
import Classes.Graphics.Drawable
data Prop = forall a. Drawable a => Prop a