summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T9117_3.hs
blob: 64db0358722eef94617d2da08d29210363ec6a35 (plain)
1
2
3
4
5
6
7
module T9117_3 where

import Data.Type.Coercion
import Data.Coerce

eta :: Coercible f g => Coercion (f a) (g a)
eta = Coercion