Hello Tom, Thursday, October 27, 2005, 6:46:41 PM, you wrote:
TH> In a pure language, is it possible to detect cycles in recursive data TH> structures? no, but it is possible in GHC. Einar Karttunen in his "SerTH - Binary Serialization library for Haskell" used makeStableName and unsafeCoerce# to get number which characterize uniqness of Haskell value -- Best regards, Bulat mailto:[EMAIL PROTECTED] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
