| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Mischief.ECS.Components.HooksDef
Documentation
data ErasedHook (c :: k) where Source #
Constructors
| ErasedHook :: forall {k} (e :: k -> Type) (c :: k) (m :: Type -> Type). (Event (e c), Typeable m) => (e c -> m ()) -> ErasedHook c |