| Copyright | (C) 2020 Sophie Taylor |
|---|---|
| License | AGPL-3.0-or-later |
| Maintainer | Sophie Taylor <sophie@spacekitteh.moe> |
| Stability | experimental |
| Portability | GHC |
| Safe Haskell | None |
| Language | GHC2021 |
Games.ECS.Util.Misc
Description
Things which don't really fit anywhere else.
Synopsis
- newtype HashableSeq a = HashableSeq (Seq a)
Documentation
newtype HashableSeq a Source #
Constructors
| HashableSeq (Seq a) |
Instances
| Eq a => Eq (HashableSeq a) Source # | |
Defined in Games.ECS.Util.Misc Methods (==) :: HashableSeq a -> HashableSeq a -> Bool # (/=) :: HashableSeq a -> HashableSeq a -> Bool # | |
| Hashable a => Hashable (HashableSeq a) Source # | |
Defined in Games.ECS.Util.Misc | |