packages feed

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

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

module Layout.CaseExpr where

foo x = case x of
   1 -> "a"
   2 -> "b"