ghc-exactprint-0.5.3.1: tests/examples/ghc80/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