summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T10971d.hs
blob: b87955779f940e6429b00c6e7657c699a5c95558 (plain)
1
2
3
4
5
6
import T10971c

main = do
  print $ f (Just 1)
  print $ g (+1) (Just 5)
  print $ h (const 5) Nothing