ghc-exactprint-0.2: tests/examples/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.
}