apply-refact-0.1.0.0: tests/examples/Naming3.hs.refact
[("tests/examples/Naming3.hs:1:1: Warning: Use camelCase\nFound:\n data Yes = Foo{bar_cap :: Int}\nWhy not:\n data Yes = Foo{barCap :: Int}\n",[])]
[("tests/examples/Naming3.hs:1:1: Warning: Use camelCase\nFound:\n data Yes = Foo{bar_cap :: Int}\nWhy not:\n data Yes = Foo{barCap :: Int}\n",[])]