packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/CommentPlacement5.hs

module CommentPlacement5 where

bar :: Foo -> ()
bar a =
  case a of
    GInt -> ()
    -- GBool -> ()
bar _ = ()