haskell-language-server-2.15.0.0: plugins/hls-export-plugin/test/testdata/RemoveCtorOp.hs
{-# LANGUAGE ExplicitNamespaces #-}
{-# LANGUAGE TypeOperators #-}
module RemoveCtorOp (type (:+:) (Op)) where
data a :+: b = Op
{-# LANGUAGE ExplicitNamespaces #-}
{-# LANGUAGE TypeOperators #-}
module RemoveCtorOp (type (:+:) (Op)) where
data a :+: b = Op