Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/tests/conformance98/layout/indent/Main.hs
class C a where g = undefined f x = let h y = let p z = z in p in h main = print (f ())