summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T23153.hs
blob: 06b2ea3a03589988590d15fae206838315a870d2 (plain)
1
2
3
4
5
6
7
8
module T23153 where

import GHC.Exts

f :: forall r s (a :: TYPE (r s)). a -> ()
f = f

g h = f (h ())