summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T12811.hs
blob: 8ef1fcf38304be85388585503c587209ba16ab17 (plain)
1
2
3
4
5
6
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE RankNTypes #-}
module Bug where

foo :: foral a. a -> a
foo x = x