summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T2310.hs
blob: 6094b8e211f1494f9bea585df153c03208fa7db5 (plain)
1
2
3
4
5
{-# OPTIONS_GHC -XScopedTypeVariables #-}

module Foo where

foo = let c = \ x :: a -> (x :: a) in co