ghc-exactprint-0.5.0.0: tests/examples/transform/RmTypeSig2.hs
module RmTypeSig2 where
-- Pattern bind
tup@(h,t) = (1,ff)
where
ff :: Int
ff = 15
module RmTypeSig2 where
-- Pattern bind
tup@(h,t) = (1,ff)
where
ff :: Int
ff = 15