packages feed

haskell-src-exts-1.16.0: tests/examples/ImplicitWhereBlocks.hs.prettyprinter.golden

module Main (main) where
foo = x
  where x = 1
        z = 19
y = 2