Forked from
Glasgow Haskell Compiler / GHC
5898 commits behind the upstream repository.
-
Metric Increase: T10370 parsing001 Updates haddock submodule
Metric Increase: T10370 parsing001 Updates haddock submodule
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Test10396.hs 128 B
{-# LANGUAGE ScopedTypeVariables #-}
module Test10396 where
errors :: IO ()
errors= do
let ls :: Int = undefined
return ()