1 2 3 4 5 6 7
{-# LANGUAGE ScopedTypeVariables #-} module Test10396 where errors :: IO () errors= do let ls :: Int = undefined return ()