packages feed

ghc-exactprint-0.4.0.0: tests/examples/RmTypeSig2.hs

module RmTypeSig2 where

-- Pattern bind
tup@(h,t) = (1,ff)
  where
    ff :: Int
    ff = 15