summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8931.script
blob: 152747681c0017e44b02d986da37e40e5f65e896 (plain)
1
2
3
:m +Data.Typeable
let {f :: Typeable a => (a->Bool) -> Bool; f _ = True}
f (\x -> (x == 3))