ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T8555.hs
{-# LANGUAGE FlexibleContexts #-}
module T8555 where
import Data.Coerce
foo :: Coercible [a] [b] => a -> b
foo = coerce
{-# LANGUAGE FlexibleContexts #-}
module T8555 where
import Data.Coerce
foo :: Coercible [a] [b] => a -> b
foo = coerce