ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/EmptyMostlyNoSemis.hs
module EmptyMostlyNoSemis where
x=let{y=2}in y
class Foo a where {
(--<>--) :: a -> a -> Int;
infixl 5 --<>--;
(--<>--) _ _ = 2 ; -- empty decl at the end.
}
module EmptyMostlyNoSemis where
x=let{y=2}in y
class Foo a where {
(--<>--) :: a -> a -> Int;
infixl 5 --<>--;
(--<>--) _ _ = 2 ; -- empty decl at the end.
}