packages feed

HaRe-0.8.0.0: test/testdata/Layout/LetExpr.hs

-- A simple let expression, to ensure the layout is detected

module Layout.LetExpr where

foo = let x = 1
          y = 2
      in x + y