summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9605.hs
blob: b94afb486cda0218ab4db9ab9eb7fbee1d6521c3 (plain)
1
2
3
4
5
6
7
module T9605 where

f1 :: Monad m => m Bool
f1 = undefined

f2 :: Monad m => m Bool
f2 = f1 undefined