aztecs-0.2.0.0: A type-safe and friendly ECS for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Aztecs.Core

Documentation

newtype EntityID Source #

Constructors

EntityID 

Fields

Instances

Instances details
Show EntityID Source # 
Instance details

Defined in Data.Aztecs.Core

Eq EntityID Source # 
Instance details

Defined in Data.Aztecs.Core

Ord EntityID Source # 
Instance details

Defined in Data.Aztecs.Core

class (Typeable a, Storage (StorageT a) a) => Component a Source #

Associated Types

type StorageT a :: Type -> Type Source #

type StorageT a = IntMap

data Components Source #

Instances

Instances details
Show Components Source # 
Instance details

Defined in Data.Aztecs.Core