pituicat/src/Types/Tangible.hs
2021-04-21 14:39:26 +02:00

7 lines
169 B
Haskell

{-# LANGUAGE ExistentialQuantification #-}
module Types.Tangible where
import Classes.Collectable (Collectable)
data Tangible = forall a . Collectable a => Tangible a