ohhecs-0.0.2: An Entity-Component-Systems engine core.
Copyright(C) 2020 Sophie Taylor
LicenseAGPL-3.0-or-later
MaintainerSophie Taylor <sophie@spacekitteh.moe>
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageGHC2021

Games.ECS.Util.Misc

Description

Things which don't really fit anywhere else.

Synopsis

Documentation

newtype HashableSeq a Source #

Constructors

HashableSeq (Seq a) 

Instances

Instances details
Eq a => Eq (HashableSeq a) Source # 
Instance details

Defined in Games.ECS.Util.Misc

Hashable a => Hashable (HashableSeq a) Source # 
Instance details

Defined in Games.ECS.Util.Misc

Methods

hashWithSalt :: Int -> HashableSeq a -> Int #

hash :: HashableSeq a -> Int #