summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail197.hs
blob: 1aaffcd389d6bc843cea05d5b957ab920bf33084 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE RankNTypes #-}

module ShouldFail where

foo :: [forall a. a] -> Int
foo = error "urk"