ghc-exactprint-0.5.3.1: tests/examples/ghc80/Test10396.hs
{-# LANGUAGE ScopedTypeVariables #-}
module Test10396 where
errors :: IO ()
errors= do
let ls :: Int = undefined
return ()
{-# LANGUAGE ScopedTypeVariables #-}
module Test10396 where
errors :: IO ()
errors= do
let ls :: Int = undefined
return ()