distributed-process-0.2.2.0: Cloud Haskell: Erlang-style concurrency in Haskell

Safe HaskellNone

Control.Distributed.Process.Internal.TypeRep

Description

Binary instances for TypeRep, and TypeRep equality (bug workaround)

Synopsis

Documentation

compareTypeRep :: TypeRep -> TypeRep -> BoolSource

Compare two type representations

For base >= 4.6 this compares fingerprints, but older versions of base have a bug in the fingerprint construction (http://hackage.haskell.org/trac/ghc/ticket/5962)