ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T10428.hs
module T10428 where import Data.Coerce coerceNewtype :: (Coercible (o r) (n m' r)) => [o r] -> [n m' r] coerceNewtype = coerce
module T10428 where import Data.Coerce coerceNewtype :: (Coercible (o r) (n m' r)) => [o r] -> [n m' r] coerceNewtype = coerce