summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/exactprint/Rename2.expected.hs
blob: 6be3ff6e0ad0236909fce6db744d2b2dae23923e (plain)
1
2
3
4

joe x = case (odd x) of
  True -> "Odd"
  False -> "Even"