haskell-src-exts-1.15.0.1: tests/examples/WhereBlock.hs.prettyprinter.golden
module Main (main) where
hash ptr len = f len
where f h = return h
f p = (p `advancePtr` 1)
module Main (main) where
hash ptr len = f len
where f h = return h
f p = (p `advancePtr` 1)