packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/StandaloneDeriving/standalone-deriving-layout.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE StandaloneDeriving #-}

module StandaloneDerivingLayout where

data W a = W a

deriving instance
  Show a => Show (W a)