[Haskell-cafe] Test on identity?

Viktor Dukhovni ietf-dane at dukhovni.org
Thu Jul 9 20:22:16 UTC 2020


On Thu, Jul 09, 2020 at 03:12:47PM -0500, Zemyla wrote:

> A safer way of doing object identity is with System.StableName.

Minor correction: System.Mem.StableName

    https://hackage.haskell.org/package/base-4.14.0.0/docs/System-Mem-StableName.html

with the internals in:

    https://hackage.haskell.org/package/base-4.14.0.0/docs/GHC-StableName.html

-- 
    Viktor.


More information about the Haskell-Cafe mailing list