1 2 3 4 5 6 7 8 9
{-# LANGUAGE GADTs #-} module T12468 where data T a where I :: T Int f :: T a -> a f I = _