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