haskell-checkers / checkers

Check properties on standard classes and data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better implementation of hang?

aDifferentJT opened this issue · comments

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.

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