hls-tactics-plugin-1.1.0.0: 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
(<>) = _