hls-tactics-plugin-1.8.0.0: new/test/golden/KnownCounterfactualSemigroup.hs
{-# LANGUAGE UndecidableInstances #-}
data Semi = Semi [String] Int
instance Semigroup Int => Semigroup Semi where
(<>) = _
{-# LANGUAGE UndecidableInstances #-}
data Semi = Semi [String] Int
instance Semigroup Int => Semigroup Semi where
(<>) = _