start tangibles
This commit is contained in:
parent
927d7af132
commit
310105ed48
1 changed files with 4 additions and 0 deletions
4
src/Types/Tangible.hs
Normal file
4
src/Types/Tangible.hs
Normal file
|
@ -0,0 +1,4 @@
|
|||
{-# LANGUAGE ExistentialQuantification #-}
|
||||
module Types.Tangible where
|
||||
|
||||
data Tangible = forall a . Collidible a => Tangible a
|
Loading…
Reference in a new issue