summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Ppr005.hs
blob: 8d4a920e76c80fa7f1ee9f023127b35d7d2b8822 (plain)
1
2
3
4
5
6
7
8
9
10
11
module Ppr005 where

import Data.List

foo = do
  let x = 1
  Just 5

f = undefined
go = undefined
e = undefined