Open AndrasKovacs opened 8 years ago
GHC hangs on this:
{-# LANGUAGE GADTs, TypeInType #-} import Data.Kind import Data.Proxy data U :: Type where C :: Proxy (u :: U) -> U
GHC hangs on this: