pituicat/src/Classes/Prop.hs

10 lines
147 B
Haskell

module Classes.Prop where
-- internal imports
import Classes.Graphics.Drawable
class (Drawable a) => Prop a where
residentLayer :: a -> Word