Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5898 commits behind the upstream repository.
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 ()