[Haskell-cafe] pointer equality

Alexey Khudyakov alexey.skladnoy at gmail.com
Thu Jul 21 14:15:08 CEST 2011


> Any examples for hangups of 'smartEq' are greatly appreciated, I couldn't
> produce any so far.
>
Following sequences will hang smartEq. They are both infinite and aperiodic.
 smartEq (fromList primes) (fromList primes)
 smartEq (fromList pidigits) (fromList pidigits)



More information about the Haskell-Cafe mailing list