summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/PprEmptyMostly.hs
blob: ccbade7bd4ba00f46bcec6876abf1c11d60dcccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module EmptyMostly where
   { ;;;
     ;;x=let{;;;;;y=2;;z=3;;;;}in y;
   -- ;;;;
    class Foo a where {;;;;;;
  (--<>--) :: a -> a -> Int  ;
  infixl 5 --<>-- ;
  (--<>--) _ _ = 2 ; -- empty decl at the end.
};
-- ;;;;;;;;;;;;
-- foo = a where {;;;;;;;;;;;;;;;;;;;;;;;a=1;;;;;;;;}
-- ;;
   }
-- really trailing