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 |
Things which don't really fit anywhere else.
Synopsis
- newtype HashableSeq a = HashableSeq (Seq a)
Documentation
newtype HashableSeq a Source #
HashableSeq (Seq a) |
Instances
Eq a => Eq (HashableSeq a) Source # | |
Defined in Games.ECS.Util.Misc (==) :: HashableSeq a -> HashableSeq a -> Bool # (/=) :: HashableSeq a -> HashableSeq a -> Bool # | |
Hashable a => Hashable (HashableSeq a) Source # | |
Defined in Games.ECS.Util.Misc hashWithSalt :: Int -> HashableSeq a -> Int # hash :: HashableSeq a -> Int # |