gore-and-ash-actor-1.2.1.0: Gore&Ash engine extension that implements actor style of programming

Copyright(c) Anton Gushcha, 2015-2016
LicenseBSD3
Maintainerncrashed@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Game.GoreAndAsh.Actor.TypeRep

Description

 

Synopsis

Documentation

data HashableTypeRep Source

Wrapper around TypeRep that supports Hashable and Eq, that are performed over type name Note: the implentation is choosen to support equality of actors between several applications

toHashableTypeRep :: TypeRep -> HashableTypeRep Source

Helper to transform usual TypeRep to hashable one.

fromHashableTypeRep :: HashableTypeRep -> TypeRep Source

Helper to transform hashable type rep to usual TypeRep.

hashableTypeRep :: forall proxy a. Typeable a => proxy a -> HashableTypeRep Source

Helper to get hashable type rep from type