apply-refact-0.1.0.0: tests/examples/Naming10.hs.refact
[("tests/examples/Naming10.hs:1:1: Warning: Use camelCase\nFound:\n data Yes = FOO_A\n | Foo_B\nWhy not:\n data Yes = FOO_A\n | FooB\n",[])]
[("tests/examples/Naming10.hs:1:1: Warning: Use camelCase\nFound:\n data Yes = FOO_A\n | Foo_B\nWhy not:\n data Yes = FOO_A\n | FooB\n",[])]