EPA: SPECIALIZE pragmas no exact printing properly
The following no longer exact print properly
{-# SPECIALIZE bug :: D -> E #-}
{-# SPECIALIZE genLength :: Proxy Int -> List Int -> Int #-}
I suspect the regression was introduced in #24359 (closed)