haskell-language-server-2.15.0.0: plugins/hls-export-plugin/test/testdata/RemoveCtorMultiline.hs
module RemoveCtorMultiline
( Foo
( Foo1
, Foo2
, Foo3
)
) where
data Foo = Foo1 | Foo2 | Foo3
module RemoveCtorMultiline
( Foo
( Foo1
, Foo2
, Foo3
)
) where
data Foo = Foo1 | Foo2 | Foo3