Closed aDifferentJT closed 4 years ago
I'd expect GHC's RTS to throw a "black hole" error.
It didn’t when I tried it on ghci, optimisations may cause different behaviour though
As I understand it, GHCi behaves differently from compiled Haskell code in this regard.
You are indeed right
I may be mistaken but does
hang = hang
not serve as an adequate implementation, it does not seem to use much in the way of resources.