ghc-exactprint-0.5.0.0: tests/examples/ghc8/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 ()