pituicat/src/Types/Tangible.hs

5 lines
126 B
Haskell
Raw Normal View History

2021-04-17 03:12:19 +00:00
{-# LANGUAGE ExistentialQuantification #-}
module Types.Tangible where
data Tangible = forall a . Collidible a => Tangible a